Searched refs:MaxTrips (Results 1 – 1 of 1) sorted by relevance
245 const SCEV *MaxTrips = SE->getConstantMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop() local246 if (!isa<SCEVCouldNotCompute>(MaxTrips) && in mustBeFiniteCountedLoop()247 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()