Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SGT

125   case ICmpInst::ICMP_SGT:   // True if LHS s> -1
756 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
765 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
917 case ICmpInst::ICMP_SGT:
1050 (ICI.getPredicate() == ICmpInst::ICMP_SGT && RHSV.isAllOnesValue())) {
1062 bool isTrueIfPositive = ICI.getPredicate() == ICmpInst::ICMP_SGT;
1068 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal,
1862 case ICmpInst::ICMP_SGT:
1945 return new ICmpInst(ICmpInst::ICMP_SGT, Op0,
2089 return new ICmpInst(ICmpInst::ICMP_SGT, Op0,
2125 case ICmpInst::ICMP_SGT:
2409 case ICmpInst::ICMP_SGT:
2411 return new ICmpInst(ICmpInst::ICMP_SGT, SRem->getOperand(1),
2669 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT;
2733 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SGT ||
2803 case ICmpInst::ICMP_SGT:
2820 Pred = ICmpInst::ICMP_SGT;