Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6020 auto *ExhaustiveCount = in computeExitLimitFromICmp() local
6023 if (!isa<SCEVCouldNotCompute>(ExhaustiveCount)) in computeExitLimitFromICmp()
6024 return ExhaustiveCount; in computeExitLimitFromICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7379 auto *ExhaustiveCount = in computeExitLimitFromICmp() local
7382 if (!isa<SCEVCouldNotCompute>(ExhaustiveCount)) in computeExitLimitFromICmp()
7383 return ExhaustiveCount; in computeExitLimitFromICmp()