Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2739 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()
2823 const SCEV *PosPart = in findBoundsLT() local
2824 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2835 const SCEV *PosPart = in findBoundsLT() local
2837 if (PosPart->isZero()) in findBoundsLT()
2867 const SCEV *PosPart = 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()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h356 const SCEV *PosPart; member