Searched refs:match_combine_or (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 112 template <typename LTy, typename RTy> struct match_combine_or { struct 116 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() function 143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 144 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr() 1336 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy> 1354 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy> 1360 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy> 1366 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, 1373 inline match_combine_or< 1374 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
|