Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8040 auto *InferCount = dyn_cast<SCEVConstant>( in getConstantMaxTripCountFromArray() local
8043 if (!InferCount || InferCount->getAPInt().getActiveBits() > 32) in getConstantMaxTripCountFromArray()
8046 InferCountColl.push_back(InferCount); in getConstantMaxTripCountFromArray()