Searched defs:OneOps_match (Results 1 – 1 of 1) sorted by relevance
1662 template <typename T0, unsigned Opcode> struct OneOps_match { struct1665 OneOps_match(const T0 &Op1) : Op1(Op1) {} in OneOps_match() function1667 template <typename OpTy> bool match(OpTy *V) { in match()