Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_UGE

1413   if (UnsignedPred == ICmpInst::ICMP_UGE && !IsAnd) {
1472 (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGE))
1648 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE)
1662 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE)
2169 case CmpInst::ICMP_UGE:
2348 case CmpInst::ICMP_UGE: // X >=u 0 -> true
2357 case CmpInst::ICMP_UGE: // X >=u 1 -> X
2376 case ICmpInst::ICMP_UGE:
2412 case ICmpInst::ICMP_UGE:
2751 if (Pred == ICmpInst::ICMP_UGE)
2790 if (Pred == ICmpInst::ICMP_UGE)
2832 case ICmpInst::ICMP_UGE:
2862 case ICmpInst::ICMP_UGE:
2896 if (Pred == ICmpInst::ICMP_UGE)
3067 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B".
3074 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B".
3127 case CmpInst::ICMP_UGE:
3162 if (Pred == CmpInst::ICMP_UGE)
3299 case ICmpInst::ICMP_UGE:
3375 case ICmpInst::ICMP_UGE: