Home | History | Annotate | Download | only in Scalar

Lines Matching full:newoffset

2116   uint64_t NewOffset = Offset;
2118 uint64_t Idx = FindElementAndOffset(AIType, NewOffset, IdxTy);
2123 if (NewOffset) {
2124 // Splice the first element and index 'NewOffset' bytes in. SROA will
2127 V = Builder.CreateGEP(V, Builder.getInt64(NewOffset));
2130 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset;