llvm::DbgVariableIntrinsic::setOperand

Set operand i to v without going through public setters.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

void
setOperand(
    unsigned int i,
    Value* v);

Parameters

NameDescription
iZero-based operand index.
vNew operand value.