Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp807 auto *InnerGEP = cast<GetElementPtrInst>(GEP->getOperand(0)); in DoFlattenLoopPair() local
808 Value *Base = InnerGEP->getOperand(0); in DoFlattenLoopPair()
816 GEP->isInBounds() && InnerGEP->isInBounds()); in DoFlattenLoopPair()
H A DConstraintElimination.cpp412 if (auto *InnerGEP = dyn_cast<GetElementPtrInst>(Result.BasePtr)) { in collectOffsets() local
415 bool CanCollectInner = InnerGEP->collectOffset( in collectOffsets()
424 Result.BasePtr = InnerGEP->getPointerOperand(); in collectOffsets()
428 Result.AllInbounds &= InnerGEP->isInBounds(); in collectOffsets()