Lines Matching defs:NewOffset
2107 uint64_t NewOffset = Offset;
2109 uint64_t Idx = FindElementAndOffset(AIType, NewOffset, IdxTy);
2114 if (NewOffset) {
2115 // Splice the first element and index 'NewOffset' bytes in. SROA will
2118 V = Builder.CreateGEP(V, Builder.getInt64(NewOffset));
2121 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset;