Lines Matching refs:SrcOff
4355 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local
4365 SrcOff -= VTSize - Size; in getMemcpyLoadsAndStores()
4376 Value = getMemsetStringVal(VT, dl, DAG, TLI, Str.substr(SrcOff)); in getMemcpyLoadsAndStores()
4393 DAG.getMemBasePlusOffset(Src, SrcOff, dl), in getMemcpyLoadsAndStores()
4394 SrcPtrInfo.getWithOffset(SrcOff), VT, isVol, false, in getMemcpyLoadsAndStores()
4395 false, MinAlign(SrcAlign, SrcOff)); in getMemcpyLoadsAndStores()
4403 SrcOff += VTSize; in getMemcpyLoadsAndStores()
4456 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local
4467 DAG.getMemBasePlusOffset(Src, SrcOff, dl), in getMemmoveLoadsAndStores()
4468 SrcPtrInfo.getWithOffset(SrcOff), isVol, in getMemmoveLoadsAndStores()
4472 SrcOff += VTSize; in getMemmoveLoadsAndStores()