llvm::CallBase::getArgOperandUse

Return the Use for call argument i.

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return the Use for call argument i.

Use&
getArgOperandUse(unsigned int i);
» more...

Return the Use for call argument i.

Use const&
getArgOperandUse(unsigned int i) const;
» more...

Return Value

  • Mutable reference to the argument's use.
  • Const reference to the argument's use.

Parameters

NameDescription
iZero-based argument index.