Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp581 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() local
588 if (!isLoopInvariantValue(GuardStart) || in widenICmpRangeCheckIncrementingLoop()
603 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
615 GuardStart, GuardLimit); in widenICmpRangeCheckIncrementingLoop()
624 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() local
631 if (!isLoopInvariantValue(GuardStart) || in widenICmpRangeCheckDecrementingLoop()
661 GuardStart, GuardLimit); in widenICmpRangeCheckDecrementingLoop()