Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
183 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
185 template <typename ITy> bool match(ITy *V) { in match()