Searched refs:cst_pred_ty (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionPatternMatch.h | 25 template <typename Predicate> struct cst_pred_ty : public Predicate { struct 26 cst_pred_ty() = default; 27 cst_pred_ty(uint64_t V) : Predicate(V) {} in cst_pred_ty() function 41 inline cst_pred_ty<is_zero> m_scev_Zero() { return cst_pred_ty<is_zero>(); } in m_scev_Zero() argument 48 inline cst_pred_ty<is_one> m_scev_One() { return cst_pred_ty<is_one>(); } in m_scev_One() 55 inline cst_pred_ty<is_all_ones> m_scev_AllOnes() { in m_scev_AllOnes() 56 return cst_pred_ty<is_all_ones>(); in m_scev_AllOnes() 113 inline cst_pred_ty<is_specific_cst> m_scev_SpecificInt(uint64_t V) { return V; } in m_scev_SpecificInt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 404 using cst_pred_ty = cstval_pred_ty<Predicate, ConstantInt, AllowPoison>; variable 480 inline cst_pred_ty<custom_checkfn<APInt>> 482 return cst_pred_ty<custom_checkfn<APInt>>{{CheckFn}}; in m_CheckedInt() 485 inline cst_pred_ty<custom_checkfn<APInt>> 487 return cst_pred_ty<custom_checkfn<APInt>>{{CheckFn}, &V}; in m_CheckedInt() 507 inline cst_pred_ty<is_any_apint> m_AnyIntegralConstant() { in m_AnyIntegralConstant() 508 return cst_pred_ty<is_any_apint>(); in m_AnyIntegralConstant() 515 inline cst_pred_ty<is_shifted_mask> m_ShiftedMask() { in m_ShiftedMask() 516 return cst_pred_ty<is_shifted_mask>(); in m_ShiftedMask() 524 inline cst_pred_ty<is_all_ones> m_AllOnes() { in m_AllOnes() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 18919 …_EEbPT_", "bool llvm::PatternMatch::BinaryOp_match<llvm::PatternMatch::cst_pred_ty<llvm::PatternMa… 19771 …NS0_11is_all_onesEE5matchINS_5ValueEEEbPT_", "bool llvm::PatternMatch::cst_pred_ty<llvm::PatternMa… 19772 …BinaryOp_match<llvm::PatternMatch::specificval_ty, llvm::PatternMatch::cst_pred_ty<llvm::PatternMa… 19773 …tyINS0_6is_oneEE5matchINS_8ConstantEEEbPT_", "bool llvm::PatternMatch::cst_pred_ty<llvm::PatternMa… 20435 …NS0_11is_sign_bitEE5matchINS_5ValueEEEbPT_", "bool llvm::PatternMatch::cst_pred_ty<llvm::PatternMa… 20436 …_11is_sign_bitEE5matchINS_8ConstantEEEbPT_", "bool llvm::PatternMatch::cst_pred_ty<llvm::PatternMa… 20437 …_EEbPT_", "bool llvm::PatternMatch::BinaryOp_match<llvm::PatternMatch::cst_pred_ty<llvm::PatternMa…
|