Searched defs:NNegZExt_match (Results 1 – 1 of 1) sorted by relevance
1931 template <typename Op_t> struct NNegZExt_match { struct1934 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() argument1936 template <typename OpTy> bool match(OpTy *V) { in match()