Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2744 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()
2828 const SCEV *PosPart = in findBoundsLT() local
2829 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2840 const SCEV *PosPart = in findBoundsLT() local
2842 if (PosPart->isZero()) in findBoundsLT()
2872 const SCEV *PosPart = 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()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h352 const SCEV *PosPart; member