Lines Matching refs:ICMP_SLT
1535 if (Pred0 == ICmpInst::ICMP_SLT && Pred1 == ICmpInst::ICMP_SGT && isNSW) in SimplifyAndOfICmps()
2192 case ICmpInst::ICMP_SLT: in SimplifyICmpInst()
2228 case ICmpInst::ICMP_SLT: in SimplifyICmpInst()
2499 case ICmpInst::ICMP_SLT: in SimplifyICmpInst()
2550 case ICmpInst::ICMP_SLT: in SimplifyICmpInst()
2562 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp, in SimplifyICmpInst()
2691 if (Pred == ICmpInst::ICMP_SLT) in SimplifyICmpInst()
2726 case ICmpInst::ICMP_SLT: in SimplifyICmpInst()
2757 case ICmpInst::ICMP_SLT: in SimplifyICmpInst()
2915 case CmpInst::ICMP_SLT: in SimplifyICmpInst()
3000 if (Pred == CmpInst::ICMP_SLT) in SimplifyICmpInst()
3357 } else if (Pred == ICmpInst::ICMP_SLT && match(CmpRHS, m_Zero())) { in SimplifySelectInst()
3398 if (Pred == ICmpInst::ICMP_SLT && C->isMinSignedValue()) in SimplifySelectInst()