Searched defs:TwoOps_match (Results 1 – 1 of 1) sorted by relevance
1207 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct1211 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument1213 template <typename OpTy> bool match(OpTy *V) { in match()