Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1434 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct
1438 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() function
1440 template <typename OpTy> bool match(OpTy *V) { in match()