Lines Matching refs:PosPart
2744 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2747 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2752 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart)) in findBoundsALL()
2755 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart)) in findBoundsALL()
2828 const SCEV *PosPart = in findBoundsLT() local
2829 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2831 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT()
2840 const SCEV *PosPart = in findBoundsLT() local
2841 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2842 if (PosPart->isZero()) in findBoundsLT()
2869 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2872 const SCEV *PosPart = in findBoundsGT() local
2875 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff); in findBoundsGT()
2880 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2883 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); in findBoundsGT() local
2884 if (PosPart->isZero()) in findBoundsGT()
2912 CI[K].PosPart = Zero; in collectCoeffInfo()
2920 CI[K].PosPart = getPositivePart(CI[K].Coeff); in collectCoeffInfo()
2931 LLVM_DEBUG(dbgs() << *CI[K].PosPart); in collectCoeffInfo()