Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2790 const SCEV *PositivePart = getPositivePart(Delta); in findBoundsEQ() local
2792 SE->getMulExpr(PositivePart, Bound[K].Iterations); in findBoundsEQ()
2801 const SCEV *PositivePart = getPositivePart(Delta); in findBoundsEQ() local
2802 if (PositivePart->isZero()) in findBoundsEQ()
2803 Bound[K].Upper[Dependence::DVEntry::EQ] = PositivePart; // Zero in findBoundsEQ()