Lines Matching refs:ICMP_SGT
129 case ICmpInst::ICMP_SGT: // True if LHS s> -1 in isSignBitCheck()
161 if (pred == ICmpInst::ICMP_SGT) { in isSignTest()
844 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI)); in FoldICmpAddOpCst()
853 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE); in FoldICmpAddOpCst()
1004 case ICmpInst::ICMP_SGT: in FoldICmpDivCst()
1252 (ICI.getPredicate() == ICmpInst::ICMP_SGT && RHSV.isAllOnesValue())) { in visitICmpInstWithInstAndIntCst()
1264 bool isTrueIfPositive = ICI.getPredicate() == ICmpInst::ICMP_SGT; in visitICmpInstWithInstAndIntCst()
1270 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal, in visitICmpInstWithInstAndIntCst()
1637 if (Pred == ICmpInst::ICMP_SGT) in visitICmpInstWithInstAndIntCst()
1649 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE) in visitICmpInstWithInstAndIntCst()
2800 case ICmpInst::ICMP_SGT: in visitICmpInst()
2865 if (I.getPredicate() == ICmpInst::ICMP_SGT && CI->isAllOnesValue() && in visitICmpInst()
2870 if (I.getPredicate() == ICmpInst::ICMP_SGT && CI->isZero() && in visitICmpInst()
2872 return new ICmpInst(ICmpInst::ICMP_SGT, A, B); in visitICmpInst()
2905 return new ICmpInst(ICmpInst::ICMP_SGT, Op0, in visitICmpInst()
3078 return new ICmpInst(ICmpInst::ICMP_SGT, Op0, in visitICmpInst()
3114 case ICmpInst::ICMP_SGT: in visitICmpInst()
3414 return new ICmpInst(CmpInst::ICMP_SGT, A, Op1); in visitICmpInst()
3422 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && in visitICmpInst()
3427 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in visitICmpInst()
3439 return new ICmpInst(CmpInst::ICMP_SGT, Op0, C); in visitICmpInst()
3531 case ICmpInst::ICMP_SGT: in visitICmpInst()
3533 return new ICmpInst(ICmpInst::ICMP_SGT, SRem->getOperand(1), in visitICmpInst()
3917 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT; in FoldFCmp_IntToFP_Cst()
3979 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SGT || in FoldFCmp_IntToFP_Cst()
4049 case ICmpInst::ICMP_SGT: in FoldFCmp_IntToFP_Cst()
4066 Pred = ICmpInst::ICMP_SGT; in FoldFCmp_IntToFP_Cst()