Searched refs: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() argument2050 inline NNegZExt_match<OpTy> m_NNegZExt(const OpTy &Op) { in m_NNegZExt()2051 return NNegZExt_match<OpTy>(Op); in m_NNegZExt()2068 inline match_combine_or<CastInst_match<OpTy, SExtInst>, NNegZExt_match<OpTy>>