Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Trunc

1592     if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) &&
1593 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp)))))