Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h703 struct MaxMin_match { struct
707 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) in MaxMin_match() argument
711 bool match(OpTy *V) { in match()
/external/llvm/include/llvm/IR/
DPatternMatch.h951 struct MaxMin_match { struct
955 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() argument
957 template <typename OpTy> bool match(OpTy *V) { in match()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1281 struct MaxMin_match { struct
1287 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() argument
1289 template <typename OpTy> bool match(OpTy *V) { in match()