Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1758 struct MaxMin_match { struct
1765 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() function
1767 template <typename OpTy> bool match(OpTy *V) { in match()