Home
last modified time | relevance | path

Searched refs:PosPart (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2774 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2777 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2858 const SCEV *PosPart = in findBoundsLT() local
2859 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2870 const SCEV *PosPart = in findBoundsLT() local
2872 if (PosPart->isZero()) in findBoundsLT()
2902 const SCEV *PosPart = in findBoundsGT() local
2914 if (PosPart->isZero()) in findBoundsGT()
2942 CI[K].PosPart = Zero; in collectCoeffInfo()
2950 CI[K].PosPart = getPositivePart(CI[K].Coeff); in collectCoeffInfo()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h353 const SCEV *PosPart; member