Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLT

119   case ICmpInst::ICMP_SLT:   // True if LHS s< 0
728 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
740 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C));
867 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT :
875 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT :
883 case ICmpInst::ICMP_SLT:
1023 if ((ICI.getPredicate() == ICmpInst::ICMP_SLT && RHSV == 0) ||
1045 return new ICmpInst(ICmpInst::ICMP_SLT, CompareVal,
1343 return new ICmpInst(ICmpInst::ICMP_SLT, LHSI->getOperand(0),
1465 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE;
1813 case ICmpInst::ICMP_SLT: { // icmp slt i1 A, B -> A & ~B
1885 return new ICmpInst(ICmpInst::ICMP_SLT, Op0,
2056 return new ICmpInst(ICmpInst::ICMP_SLT, Op0,
2060 case ICmpInst::ICMP_SLT:
2361 case ICmpInst::ICMP_SLT:
2363 return new ICmpInst(ICmpInst::ICMP_SLT, SRem->getOperand(1),
2625 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
2656 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SLT ||
2719 Pred = ICmpInst::ICMP_SLT;
2728 case ICmpInst::ICMP_SLT: