Home
last modified time | relevance | path

Searched refs:api_pred_ty (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DPatternMatch.h168 struct api_pred_ty : public Predicate { struct
170 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() function
205 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One()
213 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } in m_AllOnes()
221 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; } in m_SignBit()
229 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; } in m_Power2()