Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DScalarEvolution.cpp8183 auto *ArrBase = dyn_cast<SCEVUnknown>(getPointerBase(AddRec)); in getConstantMaxTripCountFromArray() local
8185 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()