Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_ConstantInt

466       match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
490 match(Src, m_And(m_Value(A), m_ConstantInt(Cst)))) {
1120 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)),
1121 m_ConstantInt(CA))) &&
1623 m_ConstantInt(ShAmt)))) &&