Searched defs:NNegZExt_match (Results 1 – 4 of 4) sorted by relevance
1659 template <typename Op_t> struct NNegZExt_match { struct1662 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() argument1664 template <typename OpTy> bool match(OpTy *V) { in match()
1742 template <typename Op_t> struct NNegZExt_match { struct1745 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() argument1747 template <typename OpTy> bool match(OpTy *V) { in match()
1863 template <typename Op_t> struct NNegZExt_match { struct1866 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() function1868 template <typename OpTy> bool match(OpTy *V) { in match()