Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewOffset

1974   uint64_t NewOffset = Offset;
1976 uint64_t Idx = FindElementAndOffset(AIType, NewOffset, IdxTy);
1981 if (NewOffset) {
1982 // Splice the first element and index 'NewOffset' bytes in. SROA will
1985 V = Builder.CreateGEP(V, Builder.getInt64(NewOffset));
1988 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset;