Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SGE

171       Pred = ICmpInst::ICMP_SGE;
1179 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
1304 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SGE :
1318 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SGE :
1337 return new ICmpInst(ICmpInst::ICMP_SGE, X, HiBound);
1866 ? ICmpInst::ICMP_SGE
1974 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE)
2165 return new ICmpInst(ICmpInst::ICMP_SGE, LHSI->getOperand(0),
2310 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE;
3101 if (Pred != ICmpInst::ICMP_SLE && Pred != ICmpInst::ICMP_SGE &&
3224 case ICmpInst::ICMP_SGE:
3293 return new ICmpInst(ICmpInst::ICMP_SGE, A, B);
3566 case ICmpInst::ICMP_SGE:
3567 assert(!isa<ConstantInt>(Op1) && "ICMP_SGE with ConstantInt not folded!");
3864 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE &&
3876 return new ICmpInst(CmpInst::ICMP_SGE, A, Op1);
3881 return new ICmpInst(CmpInst::ICMP_SGE, Op0, C);
3889 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE &&
3991 case ICmpInst::ICMP_SGE:
4380 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
4439 Pred == ICmpInst::ICMP_SGE)
4512 Pred = ICmpInst::ICMP_SGE;
4521 case ICmpInst::ICMP_SGE: