Home
last modified time | relevance | path

Searched refs:NegPart (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()
2854 const SCEV *NegPart = in findBoundsLT() local
2855 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2866 const SCEV *NegPart = in findBoundsLT() local
2868 if (NegPart->isZero()) in findBoundsLT()
2898 const SCEV *NegPart = in findBoundsGT() local
2911 if (NegPart->isZero()) in findBoundsGT()
2943 CI[K].NegPart = Zero; in collectCoeffInfo()
2951 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h354 const SCEV *NegPart; member