Home
last modified time | relevance | path

Searched refs:NegPart (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()
2824 const SCEV *NegPart = in findBoundsLT() local
2825 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2836 const SCEV *NegPart = in findBoundsLT() local
2838 if (NegPart->isZero()) in findBoundsLT()
2868 const SCEV *NegPart = in findBoundsGT() local
2881 if (NegPart->isZero()) in findBoundsGT()
2913 CI[K].NegPart = Zero; in collectCoeffInfo()
2921 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h353 const SCEV *NegPart; member