Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLE

126   case ICmpInst::ICMP_SLE:   // True if LHS s<= RHS and RHS == -1
157 pred = ICmpInst::ICMP_SLE;
773 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
1526 if (Pred == ICmpInst::ICMP_SLE)
1537 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
2723 case ICmpInst::ICMP_SLE: { // icmp sle i1 A, B -> A | ~B
2788 return new ICmpInst(ICmpInst::ICMP_SLE, A, B);
2801 case ICmpInst::ICMP_SLE:
3043 case ICmpInst::ICMP_SLE:
3044 assert(!isa<ConstantInt>(Op1) && "ICMP_SLE with ConstantInt not folded!");
3306 return new ICmpInst(CmpInst::ICMP_SLE, A, Op1);
3314 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE &&
3413 case ICmpInst::ICMP_SLE:
3785 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE;
3811 Pred == ICmpInst::ICMP_SLE)
3880 case ICmpInst::ICMP_SLE:
3897 Pred = ICmpInst::ICMP_SLE;