Searched refs:m_Argument (Results 1 – 2 of 2) sorted by relevance
1714 inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) { in m_Argument() function1775 return m_CombineAnd(m_Intrinsic<IntrID>(), m_Argument<0>(Op0));1781 return m_CombineAnd(m_Intrinsic<IntrID>(Op0), m_Argument<1>(Op1));1787 return m_CombineAnd(m_Intrinsic<IntrID>(Op0, Op1), m_Argument<2>(Op2));1794 return m_CombineAnd(m_Intrinsic<IntrID>(Op0, Op1, Op2), m_Argument<3>(Op3));1803 m_Argument<4>(Op4));
1886 if (!match(Agg, m_CombineOr(m_Argument<0>(m_Specific(X)), in omitCheckForZeroBeforeMulWithOverflowInternal()1887 m_Argument<1>(m_Specific(X))))) in omitCheckForZeroBeforeMulWithOverflowInternal()