Return the i‐th call argument operand.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Value*
getArgOperand(unsigned int i) const;

Return Value

The argument value at index i.

Parameters

Name

Description

i

Zero‐based argument index.

Created with MrDocs