Lines Matching refs:ICMP_UGE
1477 if (UnsignedPred == ICmpInst::ICMP_UGE && !IsAnd) { in simplifyUnsignedRangeCheck()
1678 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1692 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
1974 case CmpInst::ICMP_UGE: in computePointerICmp()
2161 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2186 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2419 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2495 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2586 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst()
2609 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst()
2652 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2683 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2853 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B". in SimplifyICmpInst()
2859 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B". in SimplifyICmpInst()
2910 case CmpInst::ICMP_UGE: in SimplifyICmpInst()
2945 if (Pred == CmpInst::ICMP_UGE) in SimplifyICmpInst()