• Home
  • Raw
  • Download

Lines Matching refs:ICMP_SGT

138   case ICmpInst::ICMP_SGT:   // True if LHS s> -1  in isSignBitCheck()
170 if (Pred == ICmpInst::ICMP_SGT) { in isSignTest()
1170 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI)); in FoldICmpAddOpCst()
1179 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE); in FoldICmpAddOpCst()
1330 case ICmpInst::ICMP_SGT: in FoldICmpDivCst()
1577 (ICI.getPredicate() == ICmpInst::ICMP_SGT && RHSV.isAllOnesValue())) { in visitICmpInstWithInstAndIntCst()
1589 bool isTrueIfPositive = ICI.getPredicate() == ICmpInst::ICMP_SGT; in visitICmpInstWithInstAndIntCst()
1595 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal, in visitICmpInstWithInstAndIntCst()
1962 if (Pred == ICmpInst::ICMP_SGT) in visitICmpInstWithInstAndIntCst()
1974 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE) in visitICmpInstWithInstAndIntCst()
3210 case ICmpInst::ICMP_SGT: in visitICmpInst()
3270 if (CI->isZero() && I.getPredicate() == ICmpInst::ICMP_SGT) in visitICmpInst()
3291 if (I.getPredicate() == ICmpInst::ICMP_SGT && CI->isAllOnesValue() && in visitICmpInst()
3296 if (I.getPredicate() == ICmpInst::ICMP_SGT && CI->isZero() && in visitICmpInst()
3298 return new ICmpInst(ICmpInst::ICMP_SGT, A, B); in visitICmpInst()
3516 return new ICmpInst(ICmpInst::ICMP_SGT, Op0, in visitICmpInst()
3552 case ICmpInst::ICMP_SGT: in visitICmpInst()
3866 return new ICmpInst(CmpInst::ICMP_SGT, A, Op1); in visitICmpInst()
3874 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && in visitICmpInst()
3879 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in visitICmpInst()
3891 return new ICmpInst(CmpInst::ICMP_SGT, Op0, C); in visitICmpInst()
3990 case ICmpInst::ICMP_SGT: in visitICmpInst()
3992 return new ICmpInst(ICmpInst::ICMP_SGT, SRem->getOperand(1), in visitICmpInst()
4376 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT; in FoldFCmp_IntToFP_Cst()
4438 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SGT || in FoldFCmp_IntToFP_Cst()
4508 case ICmpInst::ICMP_SGT: in FoldFCmp_IntToFP_Cst()
4525 Pred = ICmpInst::ICMP_SGT; in FoldFCmp_IntToFP_Cst()