Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLT

119   case ICmpInst::ICMP_SLT:   // True if LHS s< 0
755 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
767 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C));
894 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT :
902 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT :
910 case ICmpInst::ICMP_SLT:
1049 if ((ICI.getPredicate() == ICmpInst::ICMP_SLT && RHSV == 0) ||
1071 return new ICmpInst(ICmpInst::ICMP_SLT, CompareVal,
1369 return new ICmpInst(ICmpInst::ICMP_SLT, LHSI->getOperand(0),
1491 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE;
1865 case ICmpInst::ICMP_SLT: { // icmp slt i1 A, B -> A & ~B
1937 return new ICmpInst(ICmpInst::ICMP_SLT, Op0,
2108 return new ICmpInst(ICmpInst::ICMP_SLT, Op0,
2112 case ICmpInst::ICMP_SLT:
2413 case ICmpInst::ICMP_SLT:
2415 return new ICmpInst(ICmpInst::ICMP_SLT, SRem->getOperand(1),
2677 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
2708 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SLT ||
2782 Pred = ICmpInst::ICMP_SLT;
2791 case ICmpInst::ICMP_SLT: