Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_UGE

132   case ICmpInst::ICMP_UGE:
742 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
892 ICmpInst::ICMP_UGE, X, LoBound);
906 ICmpInst::ICMP_UGE, X, HiBound);
923 return new ICmpInst(ICmpInst::ICMP_UGE, X, HiBound);
1380 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0),
1500 ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
1869 case ICmpInst::ICMP_UGE:
1939 case ICmpInst::ICMP_UGE:
2153 case ICmpInst::ICMP_UGE:
2154 assert(!isa<ConstantInt>(Op1) && "ICMP_UGE with ConstantInt not folded!");
2673 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
2745 Pred == ICmpInst::ICMP_UGE)
2809 case ICmpInst::ICMP_UGE: