Home | History | Annotate | Download | only in Analysis

Lines Matching refs:m_AShr

1981     } else if (match(LHS, m_AShr(m_Value(), m_ConstantInt(CI2)))) {
1989 } else if (match(LHS, m_AShr(m_ConstantInt(CI2), m_Value()))) {