Searched refs:ArrBase (Results 1 – 1 of 1) sorted by relevance
8183 auto *ArrBase = dyn_cast<SCEVUnknown>(getPointerBase(AddRec)); in getConstantMaxTripCountFromArray() local8185 if (!ArrBase || !Step) in getConstantMaxTripCountFromArray()8187 assert(isLoopInvariant(ArrBase, L) && "See addrec definition"); in getConstantMaxTripCountFromArray()8191 if (AddRec->getStart() != ArrBase) in getConstantMaxTripCountFromArray()8205 AllocaInst *AllocateInst = dyn_cast<AllocaInst>(ArrBase->getValue()); in getConstantMaxTripCountFromArray()