Searched refs:InferCount (Results 1 – 1 of 1) sorted by relevance
8231 auto *InferCount = dyn_cast<SCEVConstant>( in getConstantMaxTripCountFromArray() local8234 if (!InferCount || InferCount->getAPInt().getActiveBits() > 32) in getConstantMaxTripCountFromArray()8237 InferCountColl.push_back(InferCount); in getConstantMaxTripCountFromArray()