Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9129 auto *ExhaustiveCount = in computeExitLimitFromICmp() local
9132 if (!isa<SCEVCouldNotCompute>(ExhaustiveCount)) in computeExitLimitFromICmp()
9133 return ExhaustiveCount; in computeExitLimitFromICmp()