Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp582 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
589 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
603 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
615 GuardStart, GuardLimit); in widenICmpRangeCheckIncrementingLoop()
625 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
632 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
661 GuardStart, GuardLimit); in widenICmpRangeCheckDecrementingLoop()