Set the i‐th call argument operand.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

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

Parameters

Name

Description

i

Zero‐based argument index.

v

New argument value.

Created with MrDocs