Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_UGE

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