Searched refs:srcPtrId (Results 1 – 1 of 1) sorted by relevance
245 Object::ID srcPtrId = insn.word(2); in EmitCopyMemory() local247 auto &srcPtrTy = getType(getObject(srcPtrId)); in EmitCopyMemory()253 auto srcPtr = GetPointerToData(srcPtrId, 0, state); in EmitCopyMemory()257 VisitMemoryObject(srcPtrId, [&](const MemoryElement &el) { srcOffsets[el.index] = el.offset; }); in EmitCopyMemory()