Lines Matching refs:ICMP_ULE
1539 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps()
1550 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1706 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
1709 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
1990 case CmpInst::ICMP_ULE: in computePointerICmp()
2202 case ICmpInst::ICMP_ULE: in SimplifyICmpInst()
2219 case ICmpInst::ICMP_ULE: in SimplifyICmpInst()
2488 case ICmpInst::ICMP_ULE: in SimplifyICmpInst()
2568 case ICmpInst::ICMP_ULE: in SimplifyICmpInst()
2664 if (Pred == ICmpInst::ICMP_ULE) in SimplifyICmpInst()
2675 if (Pred == ICmpInst::ICMP_ULE) in SimplifyICmpInst()
2735 case ICmpInst::ICMP_ULE: in SimplifyICmpInst()
2766 case ICmpInst::ICMP_ULE: in SimplifyICmpInst()
2776 if (Pred == ICmpInst::ICMP_ULE) in SimplifyICmpInst()
2809 if (Pred == ICmpInst::ICMP_ULE) in SimplifyICmpInst()
2937 EqP = CmpInst::ICMP_ULE; // "A == umin(A, B)" iff "A ule B". in SimplifyICmpInst()
2944 EqP = CmpInst::ICMP_ULE; // "A == umin(A, B)" iff "A ule B". in SimplifyICmpInst()
2955 case CmpInst::ICMP_ULE: in SimplifyICmpInst()
3027 if (Pred == CmpInst::ICMP_ULE) in SimplifyICmpInst()