Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLT

113   case ICmpInst::ICMP_SLT:   // True if LHS s< 0
146 if (pred == ICmpInst::ICMP_SLT) {
787 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
799 return new ICmpInst(ICmpInst::ICMP_SLT
926 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT :
934 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT :
942 case ICmpInst::ICMP_SLT:
1080 if ((ICI.getPredicate() == ICmpInst::ICMP_SLT && RHSV == 0) ||
1102 return new ICmpInst(ICmpInst::ICMP_SLT, CompareVal,
1410 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
1588 return new ICmpInst(ICmpInst::ICMP_SLT, LHSI->getOperand(0),
1724 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE;
2388 case ICmpInst::ICMP_SLT: { // icmp slt i1 A, B -> A & ~B
2460 return new ICmpInst(ICmpInst::ICMP_SLT, Op0,
2647 return new ICmpInst(ICmpInst::ICMP_SLT, Op0,
2651 case ICmpInst::ICMP_SLT:
2920 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT &&
2932 return new ICmpInst(CmpInst::ICMP_SLT, A, Op1);
3028 case ICmpInst::ICMP_SLT:
3030 return new ICmpInst(ICmpInst::ICMP_SLT, SRem->getOperand(1),
3338 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
3369 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SLT ||
3443 Pred = ICmpInst::ICMP_SLT;
3452 case ICmpInst::ICMP_SLT: