Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2886 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2888 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()
2897 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2898 if (NegativePart->isZero()) in findBoundsEQ()
2899 Bound[K].Lower[Dependence::DVEntry::EQ] = NegativePart; // Zero in findBoundsEQ()