Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h141 struct cst_pred_ty : public Predicate { struct
182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One()
190 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} in m_AllOnes()
198 inline cst_pred_ty<is_sign_bit> m_SignBit() {return cst_pred_ty<is_sign_bit>();} in m_SignBit()
206 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); } in m_Power2()