Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceAnalysis.cpp2787 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2789 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()
2798 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2799 if (NegativePart->isZero()) in findBoundsEQ()
2800 Bound[K].Lower[Dependence::DVEntry::EQ] = NegativePart; // Zero in findBoundsEQ()