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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp573 const SCEV *GuardLimit = RangeCheck.Limit; local
580 !isLoopInvariantValue(GuardLimit) ||
594 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart),
606 GuardStart, GuardLimit);
616 const SCEV *GuardLimit = RangeCheck.Limit; local
623 !isLoopInvariantValue(GuardLimit) ||
652 GuardStart, GuardLimit);

Completed in 103 milliseconds