Lines Matching refs:GEPIndices
3723 SmallVector<Value *, 4> GEPIndices; member in __anondf5662880d11::AggLoadStoreRewriter::OpSplitter
3743 : IRB(IRB), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr), BaseTy(BaseTy), in OpSplitter()
3764 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
3776 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps()
3778 GEPIndices.pop_back(); in emitSplitOps()
3791 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps()
3793 GEPIndices.pop_back(); in emitSplitOps()
3819 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
3826 GEPOperator::accumulateConstantOffset(BaseTy, GEPIndices, DL, Offset)) in emitFunc()
3872 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
3878 GEPOperator::accumulateConstantOffset(BaseTy, GEPIndices, DL, Offset); in emitFunc()