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

/external/llvm/include/llvm/Support/
H A DPatternMatch.h146 /// cst_pred_ty - This helper class is used to match scalar and vector constants
149 struct cst_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
204 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
212 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();}
220 inline cst_pred_ty<is_sign_bit> m_SignBit() {return cst_pred_ty<is_sign_bit>();}
228 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power
[all...]

Completed in 31 milliseconds