Home
last modified time | relevance | path

Searched defs:TwoOps_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.h1207 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct
1211 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument
1213 template <typename OpTy> bool match(OpTy *V) { in match()