Home
last modified time | relevance | path

Searched refs:ExhaustiveCount (Results 1 – 3 of 3) 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-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7506 auto *ExhaustiveCount = in computeExitLimitFromICmp() local
7509 if (!isa<SCEVCouldNotCompute>(ExhaustiveCount)) in computeExitLimitFromICmp()
7510 return ExhaustiveCount; in computeExitLimitFromICmp()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp7734 auto *ExhaustiveCount = in computeExitLimitFromICmp() local
7737 if (!isa<SCEVCouldNotCompute>(ExhaustiveCount)) in computeExitLimitFromICmp()
7738 return ExhaustiveCount; in computeExitLimitFromICmp()