Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_SGE

1713       if (Pred0 == ICmpInst::ICMP_SGE && Pred1 == ICmpInst::ICMP_SLE && isNSW)
2205 case ICmpInst::ICMP_SGE: {
2271 case ICmpInst::ICMP_SGE:
2520 case ICmpInst::ICMP_SGE:
2572 case ICmpInst::ICMP_SGE:
2597 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp,
2688 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SGE) {
2746 if (Pred == ICmpInst::ICMP_SGE)
2769 case ICmpInst::ICMP_SGE:
2800 case ICmpInst::ICMP_SGE:
2910 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B".
2916 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B".
2967 case CmpInst::ICMP_SGE:
3052 if (Pred == CmpInst::ICMP_SGE)