Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8206 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo() local
8207 if (BEExact != getCouldNotCompute()) { in getBackedgeTakenInfo()
8208 assert(isLoopInvariant(BEExact, L) && in getBackedgeTakenInfo()