Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_ULT

427     return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
733 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
743 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantExpr::getNeg(CI));
895 ICmpInst::ICMP_ULT, X, HiBound);
903 ICmpInst::ICMP_ULT, X, LoBound);
909 case ICmpInst::ICMP_ULT:
1377 return new ICmpInst(ICmpInst::ICMP_ULT, LHSI->getOperand(0),
1500 ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
1646 if (ICI.getPredicate() == ICmpInst::ICMP_ULT)
1796 case ICmpInst::ICMP_ULT: {
1858 case ICmpInst::ICMP_ULT:{ // icmp ult i1 A, B -> ~A & B
1933 return new ICmpInst(ICmpInst::ICMP_ULT, Op0,
2075 case ICmpInst::ICMP_ULT:
2507 if (I.getPredicate() == ICmpInst::ICMP_ULT &&
2677 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
2720 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_ULT ||
2784 case ICmpInst::ICMP_ULT: