Lines Matching refs:PosPart
2739 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2742 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2747 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart)) in findBoundsALL()
2750 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart)) in findBoundsALL()
2823 const SCEV *PosPart = in findBoundsLT() local
2824 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2826 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT()
2835 const SCEV *PosPart = in findBoundsLT() local
2836 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2837 if (PosPart->isZero()) in findBoundsLT()
2864 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2867 const SCEV *PosPart = in findBoundsGT() local
2870 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff); in findBoundsGT()
2875 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2878 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); in findBoundsGT() local
2879 if (PosPart->isZero()) in findBoundsGT()
2907 CI[K].PosPart = Zero; in collectCoeffInfo()
2915 CI[K].PosPart = getPositivePart(CI[K].Coeff); in collectCoeffInfo()
2926 LLVM_DEBUG(dbgs() << *CI[K].PosPart); in collectCoeffInfo()