llvm::sandboxir::CallBase::setArgOperand

Set an argument operand.

Synopsis

Declared in <llvm/SandboxIR/Instruction.h>

void
setArgOperand(
    unsigned int OpIdx,
    Value* NewOp);

Parameters

NameDescription
OpIdxOperand index.
NewOpThe NewOp parameter.