llvm::MemTransferInst::setSource

Set the source pointer operand.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

void
setSource(Value* Ptr);

Parameters

NameDescription
PtrNew source pointer (must match the existing type).