Lines Matching refs:NegPart
2748 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2751 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2756 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart)) in findBoundsALL()
2759 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart)) in findBoundsALL()
2828 const SCEV *NegPart = in findBoundsLT() local
2829 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2831 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff); in findBoundsLT()
2840 const SCEV *NegPart = in findBoundsLT() local
2841 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2842 if (NegPart->isZero()) in findBoundsLT()
2872 const SCEV *NegPart = in findBoundsGT() local
2875 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff); in findBoundsGT()
2877 getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); in findBoundsGT()
2884 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT() local
2885 if (NegPart->isZero()) in findBoundsGT()
2887 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); in findBoundsGT()
2917 CI[K].NegPart = Zero; in collectCoeffInfo()
2925 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
2937 LLVM_DEBUG(dbgs() << *CI[K].NegPart); in collectCoeffInfo()