Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SGT

125   case ICmpInst::ICMP_SGT:   // True if LHS s> -1
729 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
738 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
890 case ICmpInst::ICMP_SGT:
1024 (ICI.getPredicate() == ICmpInst::ICMP_SGT && RHSV.isAllOnesValue())) {
1036 bool isTrueIfPositive = ICI.getPredicate() == ICmpInst::ICMP_SGT;
1042 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal,
1810 case ICmpInst::ICMP_SGT:
1893 return new ICmpInst(ICmpInst::ICMP_SGT, Op0,
2037 return new ICmpInst(ICmpInst::ICMP_SGT, Op0,
2073 case ICmpInst::ICMP_SGT:
2357 case ICmpInst::ICMP_SGT:
2359 return new ICmpInst(ICmpInst::ICMP_SGT, SRem->getOperand(1),
2617 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT;
2681 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SGT ||
2740 case ICmpInst::ICMP_SGT:
2757 Pred = ICmpInst::ICMP_SGT;