Home | History | Annotate | Download | only in Analysis

Lines Matching refs:m_ICmp

100                              m_ICmp(Pred2, m_Value(X), m_Value(Y)))) ||
1391 if (!match(ZeroICmp, m_ICmp(EqPred, m_Value(Y), m_Zero())) ||
1396 if (match(UnsignedICmp, m_ICmp(UnsignedPred, m_Value(X), m_Specific(Y))) &&
1400 m_ICmp(UnsignedPred, m_Specific(Y), m_Value(X))) &&
1432 if (!match(Op0, m_ICmp(Pred0, m_Value(A), m_Value(B))) ||
1433 !match(Op1, m_ICmp(Pred1, m_Specific(A), m_Specific(B))))
1457 if (!match(Op0, m_ICmp(Pred0, m_Value(A), m_Value(B))) ||
1458 !match(Op1, m_ICmp(Pred1, m_Specific(A), m_Specific(B))))
1560 if (!match(Op0, m_ICmp(Pred0, m_Add(m_Value(V), m_APInt(C0)), m_APInt(C1))))
1563 if (!match(Op1, m_ICmp(Pred1, m_Specific(V), m_Value())))
1631 if (!match(Op0, m_ICmp(Pred0, m_Add(m_Value(V), m_APInt(C0)), m_APInt(C1))))
1634 if (!match(Op1, m_ICmp(Pred1, m_Specific(V), m_Value())))
3765 if (!match(CondVal, m_ICmp(Pred, m_Value(CmpLHS), m_Value(CmpRHS))))