Searched refs:SpecificCmpClass_match (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1704 struct SpecificCmpClass_match { struct 1709 SpecificCmpClass_match(CmpPredicate Pred, const LHS_t &LHS, const RHS_t &RHS) in SpecificCmpClass_match() argument 1730 inline SpecificCmpClass_match<LHS, RHS, CmpInst> argument 1732 return SpecificCmpClass_match<LHS, RHS, CmpInst>(MatchPred, L, R); in m_SpecificCmp() 1736 inline SpecificCmpClass_match<LHS, RHS, ICmpInst> 1738 return SpecificCmpClass_match<LHS, RHS, ICmpInst>(MatchPred, L, R); in m_SpecificICmp() 1742 inline SpecificCmpClass_match<LHS, RHS, ICmpInst, true> 1744 return SpecificCmpClass_match<LHS, RHS, ICmpInst, true>(MatchPred, L, R); in m_c_SpecificICmp() 1748 inline SpecificCmpClass_match<LHS, RHS, FCmpInst> 1750 return SpecificCmpClass_match<LHS, RHS, FCmpInst>(MatchPred, L, R); in m_SpecificFCmp()
|