Home
last modified time | relevance | path

Searched defs:match_combine_or (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h86 template <typename LTy, typename RTy> struct match_combine_or { global() struct
90 match_combine_ormatch_combine_or match_combine_or() argument
102 matchmatch_combine_or m_CombineOr() argument
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h208 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() argument
214 matchmatch_combine_or match() argument
[all...]