Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h86 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() argument
92 template <typename ITy> bool match(ITy *V) { in match()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h112 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() argument
118 template <typename ITy> bool match(ITy *V) { in match()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DPatternMatch.h187 template <typename LTy, typename RTy> struct match_combine_or { struct
191 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() function
193 template <typename ITy> bool match(ITy *V) { in match()