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

/external/llvm/include/llvm/IR/
H A DPatternMatch.h204 template <typename Predicate> struct cst_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
252 inline cst_pred_ty<is_all_ones> m_AllOnes() {
253 return cst_pred_ty<is_all_ones>();
262 inline cst_pred_ty<is_sign_bit> m_SignBit() {
263 return cst_pred_ty<is_sign_bit>();
272 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); }
279 inline cst_pred_ty<is_maxsignedvalu
[all...]

Completed in 33 milliseconds