Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp574 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
581 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
595 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
607 GuardStart, GuardLimit); in widenICmpRangeCheckIncrementingLoop()
617 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
624 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
653 GuardStart, GuardLimit); in widenICmpRangeCheckDecrementingLoop()