Searched refs:NewBeginOffset (Results 1 – 1 of 1) sorted by relevance
2182 uint64_t NewBeginOffset, NewEndOffset; member in llvm::sroa::AllocaSliceRewriter2243 NewBeginOffset = std::max(BeginOffset, NewAllocaBeginOffset); in visit()2246 SliceSize = NewEndOffset - NewBeginOffset; in visit()2275 assert(IsSplit || BeginOffset == NewBeginOffset); in getNewAllocaSlicePtr()2276 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in getNewAllocaSlicePtr()2319 MinAlign(NewAIAlign, NewBeginOffset - NewAllocaBeginOffset); in getSliceAlign()2339 unsigned BeginIndex = getIndex(NewBeginOffset); in rewriteVectorizedLoadInst()2352 assert(NewBeginOffset >= NewAllocaBeginOffset && "Out of bounds offset"); in rewriteIntegerLoad()2353 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in rewriteIntegerLoad()2384 } else if (NewBeginOffset == NewAllocaBeginOffset && in visitLoadInst()[all …]