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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp652 static bool isSafeDecreasingBound(const SCEV *Start, function
666 LLVM_DEBUG(dbgs() << "irce: isSafeDecreasingBound with:\n");
1004 if (!isSafeDecreasingBound(IndVarStart, RightSCEV, Step, Pred,

Completed in 157 milliseconds