Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLT

819     if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV->isNullValue()) ||
1198 if ((Pred == ICmpInst::ICMP_SLT && match(Op1, m_ZeroInt())) ||