Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp550 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() local
557 if (!isLoopInvariantValue(GuardStart) || in widenICmpRangeCheckIncrementingLoop()
572 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
584 GuardStart, GuardLimit); in widenICmpRangeCheckIncrementingLoop()
594 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() local
601 if (!isLoopInvariantValue(GuardStart) || in widenICmpRangeCheckDecrementingLoop()
631 GuardStart, GuardLimit); in widenICmpRangeCheckDecrementingLoop()