Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Trunc

844     if (match(Val2, m_Trunc(m_Value(V))) &&
848 } else if (match(Val, m_Trunc(m_Value(V))) &&
1207 if (match(Op0, m_Trunc(m_And(m_Value(X), m_ConstantInt(YC))))) {