Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2704 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2706 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()
2715 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2716 if (NegativePart->isZero()) in findBoundsEQ()
2717 Bound[K].Lower[Dependence::DVEntry::EQ] = NegativePart; // Zero in findBoundsEQ()