Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2876 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2878 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()
2887 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2888 if (NegativePart->isZero()) in findBoundsEQ()
2889 Bound[K].Lower[Dependence::DVEntry::EQ] = NegativePart; // Zero in findBoundsEQ()