Lines Matching refs:ICMP_SLT
1155 *Pred = ICmpInst::ICMP_SLT; in getSignedOverflowLimitForStep()
4005 case ICmpInst::ICMP_SLT: in createNodeForSelectOrPHI()
5504 case ICmpInst::ICMP_SLT: in computeExitLimitFromICmp()
5506 bool IsSigned = Cond == ICmpInst::ICMP_SLT; in computeExitLimitFromICmp()
6923 Pred = ICmpInst::ICMP_SLT; in SimplifyICmpOperands()
6969 case ICmpInst::ICMP_SLT: in SimplifyICmpOperands()
7001 Pred = ICmpInst::ICMP_SLT; in SimplifyICmpOperands()
7006 Pred = ICmpInst::ICMP_SLT; in SimplifyICmpOperands()
7183 case ICmpInst::ICMP_SLT: in isMonotonicPredicateImpl()
7196 Increasing = Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE; in isMonotonicPredicateImpl()
7272 case ICmpInst::ICMP_SLT: { in isKnownPredicateWithRanges()
7374 case ICmpInst::ICMP_SLT: in isKnownPredicateViaNoOverflow()
7408 isKnownPredicate(CmpInst::ICMP_SLT, LHS, RHS); in isKnownPredicateViaSplitting()
7831 if (Pred != CmpInst::ICMP_SLT && Pred != CmpInst::ICMP_ULT) in isImpliedCondOperandsViaNoOverflow()
7896 assert(Pred == CmpInst::ICMP_SLT && "Checked above!"); in isImpliedCondOperandsViaNoOverflow()
8055 case ICmpInst::ICMP_SLT: in isImpliedCondOperandsHelper()
8229 ICmpInst::Predicate Cond = IsSigned ? ICmpInst::ICMP_SLT in HowManyLessThans()