• Home
  • Raw
  • Download

Lines Matching refs:ICMP_SLT

132   case ICmpInst::ICMP_SLT:   // True if LHS s< 0  in isSignBitCheck()
165 if (Pred == ICmpInst::ICMP_SLT) { in isSignTest()
1169 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) in FoldICmpAddOpCst()
1181 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C)); in FoldICmpAddOpCst()
1307 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT : in FoldICmpDivCst()
1315 return new ICmpInst(DivIsSigned ? ICmpInst::ICMP_SLT : in FoldICmpDivCst()
1323 case ICmpInst::ICMP_SLT: in FoldICmpDivCst()
1548 if (ICI.getPredicate() == ICmpInst::ICMP_SLT && in visitICmpInstWithInstAndIntCst()
1550 return new ICmpInst(ICmpInst::ICMP_SLT, V, in visitICmpInstWithInstAndIntCst()
1576 if ((ICI.getPredicate() == ICmpInst::ICMP_SLT && RHSV == 0) || in visitICmpInstWithInstAndIntCst()
1598 return new ICmpInst(ICmpInst::ICMP_SLT, CompareVal, in visitICmpInstWithInstAndIntCst()
1867 : ICmpInst::ICMP_SLT, in visitICmpInstWithInstAndIntCst()
1878 if (ICI.getPredicate() == ICmpInst::ICMP_SLT && in visitICmpInstWithInstAndIntCst()
1880 return new ICmpInst(ICmpInst::ICMP_SLT, V, in visitICmpInstWithInstAndIntCst()
1968 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) in visitICmpInstWithInstAndIntCst()
2162 return new ICmpInst(ICmpInst::ICMP_SLT, LHSI->getOperand(0), in visitICmpInstWithInstAndIntCst()
2310 ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in visitICmpInstWithInstAndIntCst()
3213 case ICmpInst::ICMP_SLT: { // icmp slt i1 A, B -> A & ~B in visitICmpInst()
3301 if (I.getPredicate() == ICmpInst::ICMP_SLT && CI->isZero() && in visitICmpInst()
3303 return new ICmpInst(ICmpInst::ICMP_SLT, A, B); in visitICmpInst()
3306 if (I.getPredicate() == ICmpInst::ICMP_SLT && CI->isOne() && in visitICmpInst()
3535 return new ICmpInst(ICmpInst::ICMP_SLT, Op0, in visitICmpInst()
3539 case ICmpInst::ICMP_SLT: in visitICmpInst()
3859 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in visitICmpInst()
3871 return new ICmpInst(CmpInst::ICMP_SLT, A, Op1); in visitICmpInst()
3886 return new ICmpInst(CmpInst::ICMP_SLT, Op0, C); in visitICmpInst()
3894 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && in visitICmpInst()
3994 case ICmpInst::ICMP_SLT: in visitICmpInst()
3996 return new ICmpInst(ICmpInst::ICMP_SLT, SRem->getOperand(1), in visitICmpInst()
4384 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT; in FoldFCmp_IntToFP_Cst()
4413 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SLT || in FoldFCmp_IntToFP_Cst()
4487 Pred = ICmpInst::ICMP_SLT; in FoldFCmp_IntToFP_Cst()
4496 case ICmpInst::ICMP_SLT: in FoldFCmp_IntToFP_Cst()