Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_SGE

1471       (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGE) ||
1650 if (Pred0 == ICmpInst::ICMP_SGE && Pred1 == ICmpInst::ICMP_SLE && isNSW)
2366 case CmpInst::ICMP_SGE: // X >=s -1 -> true
2380 case ICmpInst::ICMP_SGE:
2441 case ICmpInst::ICMP_SGE: {
2754 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SGE) {
2802 if (Pred == ICmpInst::ICMP_SGE)
2824 case ICmpInst::ICMP_SGE: {
2854 case ICmpInst::ICMP_SGE: {
2993 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B".
3000 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B".
3053 case CmpInst::ICMP_SGE:
3142 if (Pred == CmpInst::ICMP_SGE)
3310 case ICmpInst::ICMP_SGE:
3362 case ICmpInst::ICMP_SGE:
3387 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp,