Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_UGE

92   case ICmpInst::ICMP_UGE:
1101 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
1176 return getICmp(I.ICMP_UGE, A, ConstantInt::get(A->getType(), Shift));
1210 I.ICMP_UGE, A,
1509 return new ICmpInst(ICmpInst::ICMP_UGE, X, Y);
1823 else if (Pred == ICmpInst::ICMP_UGE)
1831 if (Pred == ICmpInst::ICMP_UGE)
2232 ICmpInst::ICMP_UGE, X,
2249 ICmpInst::ICMP_UGE, X,
2268 return new ICmpInst(ICmpInst::ICMP_UGE, X,
2366 return new ICmpInst(ICmpInst::ICMP_UGE, X, ConstantInt::get(Ty, Lower));
2693 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
2902 case ICmpInst::Predicate::ICMP_UGE:
3001 DstPred = ICmpInst::Predicate::ICMP_UGE;
3158 return new ICmpInst(CmpInst::ICMP_UGE, A, Op1);
3161 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_UGE && match(D, m_One()))
3430 if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_UGE)
3448 return new ICmpInst(ICmpInst::ICMP_UGE, X, Y);
3560 Pred == ICmpInst::ICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
3963 case ICmpInst::ICMP_UGE:
4058 case ICmpInst::ICMP_UGE:
4337 Pred == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGE : CmpInst::ICMP_ULT;
4447 case ICmpInst::ICMP_UGE:
4448 assert(!isa<ConstantInt>(Op1) && "ICMP_UGE with ConstantInt not folded!");
4483 Pred != ICmpInst::ICMP_ULE && Pred != ICmpInst::ICMP_UGE)
4591 case ICmpInst::ICMP_UGE:
4964 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
5034 Pred == ICmpInst::ICMP_UGE)
5098 case ICmpInst::ICMP_UGE: