Lines Matching refs:ICMP_SLE
1541 if (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGT && isNSW) in SimplifyAndOfICmps()
1692 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1694 if (Pred0 == ICmpInst::ICMP_SGE && Pred1 == ICmpInst::ICMP_SLE && isNSW) in SimplifyOrOfICmps()
1698 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1700 if (Pred0 == ICmpInst::ICMP_SGT && Pred1 == ICmpInst::ICMP_SLE && isNSW) in SimplifyOrOfICmps()
2197 case ICmpInst::ICMP_SLE: in SimplifyICmpInst()
2236 case ICmpInst::ICMP_SLE: in SimplifyICmpInst()
2500 case ICmpInst::ICMP_SLE: in SimplifyICmpInst()
2551 case ICmpInst::ICMP_SLE: in SimplifyICmpInst()
2701 if (Pred == ICmpInst::ICMP_SLE) in SimplifyICmpInst()
2727 case ICmpInst::ICMP_SLE: in SimplifyICmpInst()
2758 case ICmpInst::ICMP_SLE: in SimplifyICmpInst()
2867 EqP = CmpInst::ICMP_SLE; // "A == smin(A, B)" iff "A sle B". in SimplifyICmpInst()
2874 EqP = CmpInst::ICMP_SLE; // "A == smin(A, B)" iff "A sle B". in SimplifyICmpInst()
2885 case CmpInst::ICMP_SLE: in SimplifyICmpInst()
3007 if (Pred == CmpInst::ICMP_SLE) in SimplifyICmpInst()