Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SGE

738   assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
864 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SGE :
878 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SGE :
897 return new ICmpInst(ICmpInst::ICMP_SGE, X, HiBound);
1346 return new ICmpInst(ICmpInst::ICMP_SGE, LHSI->getOperand(0),
1465 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE;
1824 case ICmpInst::ICMP_SGE:
1891 case ICmpInst::ICMP_SGE:
2087 case ICmpInst::ICMP_SGE:
2088 assert(!isa<ConstantInt>(Op1) && "ICMP_SGE with ConstantInt not folded!");
2358 case ICmpInst::ICMP_SGE:
2621 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
2682 Pred == ICmpInst::ICMP_SGE)
2744 Pred = ICmpInst::ICMP_SGE;
2753 case ICmpInst::ICMP_SGE: