Lines Matching refs:NegPart
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()
2824 const SCEV *NegPart = in findBoundsLT() local
2825 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2827 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff); in findBoundsLT()
2836 const SCEV *NegPart = in findBoundsLT() local
2837 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2838 if (NegPart->isZero()) in findBoundsLT()
2868 const SCEV *NegPart = in findBoundsGT() local
2871 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff); in findBoundsGT()
2873 getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); in findBoundsGT()
2880 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT() local
2881 if (NegPart->isZero()) in findBoundsGT()
2883 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); in findBoundsGT()
2913 CI[K].NegPart = Zero; in collectCoeffInfo()
2921 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
2933 LLVM_DEBUG(dbgs() << *CI[K].NegPart); in collectCoeffInfo()