Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1462 struct MaxMin_match { struct
1468 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() argument
1470 template <typename OpTy> bool match(OpTy *V) { in match()