Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1677 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct
1681 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument
1683 template <typename OpTy> bool match(OpTy *V) { in match()