Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8231 auto *InferCount = dyn_cast<SCEVConstant>( in getConstantMaxTripCountFromArray() local
8234 if (!InferCount || InferCount->getAPInt().getActiveBits() > 32) in getConstantMaxTripCountFromArray()
8237 InferCountColl.push_back(InferCount); in getConstantMaxTripCountFromArray()