Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp796 auto *InnerGEP = cast<GetElementPtrInst>(GEP->getOperand(0)); in DoFlattenLoopPair() local
797 Value *Base = InnerGEP->getOperand(0); in DoFlattenLoopPair()
H A DConstraintElimination.cpp411 if (auto *InnerGEP = dyn_cast<GetElementPtrInst>(Result.BasePtr)) { in collectOffsets() local
414 bool CanCollectInner = InnerGEP->collectOffset( in collectOffsets()
423 Result.BasePtr = InnerGEP->getPointerOperand(); in collectOffsets()
427 Result.AllInbounds &= InnerGEP->isInBounds(); in collectOffsets()