Lines Matching refs:ICMP_SGE
1561 (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGE) || in simplifyOrOfICmpsWithSameOperands()
1806 if (Pred0 == ICmpInst::ICMP_SGE && Pred1 == ICmpInst::ICMP_SLE && isNSW) in simplifyOrOfICmpsWithAdd()
2626 case CmpInst::ICMP_SGE: // X >=s -1 -> true in simplifyICmpOfBools()
2640 case ICmpInst::ICMP_SGE: in simplifyICmpOfBools()
2701 case ICmpInst::ICMP_SGE: { in simplifyICmpWithZero()
2784 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SGE) { in simplifyICmpWithBinOpOnLHS()
2808 case ICmpInst::ICMP_SGE: { in simplifyICmpWithBinOpOnLHS()
2983 if (Pred == ICmpInst::ICMP_SGE || Pred == ICmpInst::ICMP_EQ) in simplifyICmpWithBinOp()
3089 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B". in simplifyICmpWithMinMax()
3096 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B". in simplifyICmpWithMinMax()
3149 case CmpInst::ICMP_SGE: in simplifyICmpWithMinMax()
3243 if (Pred == CmpInst::ICMP_SGE) in simplifyICmpWithMinMax()
3389 if (Pred == ICmpInst::ICMP_ULE || Pred == ICmpInst::ICMP_SGE) in SimplifyICmpInst()
3429 case ICmpInst::ICMP_SGE: in SimplifyICmpInst()
3490 case ICmpInst::ICMP_SGE: in SimplifyICmpInst()
3515 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp, in SimplifyICmpInst()
5289 case Intrinsic::smax: return ICmpInst::ICMP_SGE; in getMaxMinPredicate()