Searched refs:match_combine_or (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPatternMatch.h | 86 template <typename LTy, typename RTy> struct match_combine_or { struct 90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() function 102 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() argument 103 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr() 258 inline match_combine_or<AllUnaryRecipe_match<Op0_t, Instruction::ZExt>,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 208 template <typename LTy, typename RTy> struct match_combine_or { struct 212 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() function 239 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 240 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr() 1397 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Add>, 1405 inline match_combine_or< 1415 inline match_combine_or< 2032 inline match_combine_or<CastInst_match<OpTy, TruncInst>, OpTy> 2055 inline match_combine_or<CastInst_match<OpTy, ZExtInst>, OpTy> 2061 inline match_combine_or<CastInst_match<OpTy, SExtInst>, OpTy> [all …]
|