Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLE

116   case ICmpInst::ICMP_SLE:   // True if LHS s<= RHS and RHS == -1
147 pred = ICmpInst::ICMP_SLE;
787 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
1399 if (Pred == ICmpInst::ICMP_SLE)
1410 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
2402 case ICmpInst::ICMP_SLE: { // icmp sle i1 A, B -> A | ~B
2458 case ICmpInst::ICMP_SLE:
2685 case ICmpInst::ICMP_SLE:
2686 assert(!isa<ConstantInt>(Op1) && "ICMP_SLE with ConstantInt not folded!");
2922 return new ICmpInst(CmpInst::ICMP_SLE, A, Op1);
2930 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE &&
3029 case ICmpInst::ICMP_SLE:
3342 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE;
3370 Pred == ICmpInst::ICMP_SLE)
3439 case ICmpInst::ICMP_SLE:
3456 Pred = ICmpInst::ICMP_SLE;