Lines Matching refs:ICMP_UGE
1486 if (UnsignedPred == ICmpInst::ICMP_UGE && !IsAnd) { in simplifyUnsignedRangeCheck()
1711 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1725 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
2001 case CmpInst::ICMP_UGE: in computePointerICmp()
2197 case ICmpInst::ICMP_UGE: { in SimplifyICmpInst()
2242 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2509 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2585 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2685 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst()
2734 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst()
2777 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2808 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2980 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B". in SimplifyICmpInst()
2986 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B". in SimplifyICmpInst()
3037 case CmpInst::ICMP_UGE: in SimplifyICmpInst()
3072 if (Pred == CmpInst::ICMP_UGE) in SimplifyICmpInst()