Home | History | Annotate | Download | only in Analysis

Lines Matching refs:m_ConstantInt

782   if (match(Op0, m_Mul(m_Specific(Op1), m_ConstantInt<2>())) ||
1811 if (match(LHS, m_URem(m_Value(), m_ConstantInt(CI2)))) {
1814 } else if (match(LHS, m_SRem(m_Value(), m_ConstantInt(CI2)))) {
1818 } else if (match(LHS, m_UDiv(m_ConstantInt(CI2), m_Value()))) {
1821 } else if (match(LHS, m_UDiv(m_Value(), m_ConstantInt(CI2)))) {
1826 } else if (match(LHS, m_SDiv(m_Value(), m_ConstantInt(CI2)))) {
1835 } else if (match(LHS, m_LShr(m_Value(), m_ConstantInt(CI2)))) {
1840 } else if (match(LHS, m_AShr(m_Value(), m_ConstantInt(CI2)))) {
1848 } else if (match(LHS, m_Or(m_Value(), m_ConstantInt(CI2)))) {
1851 } else if (match(LHS, m_And(m_Value(), m_ConstantInt(CI2)))) {