Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_UGE

1610   case CmpInst::ICMP_UGE:
1678 case ICmpInst::ICMP_UGE:
1753 case ICmpInst::ICMP_UGE:
1924 case ICmpInst::ICMP_UGE:
2000 case ICmpInst::ICMP_UGE:
2082 case ICmpInst::ICMP_UGE:
2109 case ICmpInst::ICMP_UGE:
2243 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B".
2249 EqP = CmpInst::ICMP_UGE; // "A == umax(A, B)" iff "A uge B".
2300 case CmpInst::ICMP_UGE:
2335 if (Pred == CmpInst::ICMP_UGE)