Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Constant

1493     if (match(Op1, m_Add(m_Value(X), m_Constant(C2))))
1557 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && match(Op0, m_Zero()) &&
1575 if (match(Op1, m_Mul(m_Value(A), m_Constant(CI))) ||
1576 match(Op1, m_Mul(m_Constant(CI), m_Value(A)))) {