Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_UGE

145   case ICmpInst::ICMP_UGE:
1156 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
1305 ICmpInst::ICMP_UGE, X, LoBound);
1319 ICmpInst::ICMP_UGE, X, HiBound);
1336 return new ICmpInst(ICmpInst::ICMP_UGE, X, HiBound);
1482 return getICmp(I.ICMP_UGE, A, ConstantInt::get(A->getType(), Shift));
1521 return getICmp(I.ICMP_UGE, A,
1635 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), XorCst);
1938 else if (Pred == ICmpInst::ICMP_UGE)
1946 if (Pred == ICmpInst::ICMP_UGE)
2173 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0),
2319 ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
2790 case ICmpInst::ICMP_UGE:
2884 case ICmpInst::ICMP_UGE:
3102 Pred != ICmpInst::ICMP_ULE && Pred != ICmpInst::ICMP_UGE)
3217 case ICmpInst::ICMP_UGE:
3580 case ICmpInst::ICMP_UGE:
3581 assert(!isa<ConstantInt>(Op1) && "ICMP_UGE with ConstantInt not folded!");
4218 ? ICmpInst::ICMP_UGE
4380 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
4450 Pred == ICmpInst::ICMP_UGE)
4514 case ICmpInst::ICMP_UGE: