Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp441 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
447 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
449 if (!CanExpand(GuardStart) || !CanExpand(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
465 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckIncrementingLoop()
474 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
476 if (!CanExpand(GuardStart) || !CanExpand(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
499 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckDecrementingLoop()