Searched refs:NewBeginOffset (Results 1 – 1 of 1) sorted by relevance
2198 uint64_t NewBeginOffset, NewEndOffset; member in llvm::sroa::AllocaSliceRewriter2259 NewBeginOffset = std::max(BeginOffset, NewAllocaBeginOffset); in visit()2262 SliceSize = NewEndOffset - NewBeginOffset; in visit()2291 assert(IsSplit || BeginOffset == NewBeginOffset); in getNewAllocaSlicePtr()2292 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in getNewAllocaSlicePtr()2335 MinAlign(NewAIAlign, NewBeginOffset - NewAllocaBeginOffset); in getSliceAlign()2355 unsigned BeginIndex = getIndex(NewBeginOffset); in rewriteVectorizedLoadInst()2368 assert(NewBeginOffset >= NewAllocaBeginOffset && "Out of bounds offset"); in rewriteIntegerLoad()2369 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in rewriteIntegerLoad()2400 } else if (NewBeginOffset == NewAllocaBeginOffset && in visitLoadInst()[all …]