Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1253 struct BinOpPred_match : Predicate { struct
1257 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument
1259 template <typename OpTy> bool match(OpTy *V) { in match()