llvm::CallBase::arg_begin

arg_begin overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return the iterator pointing to the beginning of the argument list.

User::op_iterator
arg_begin();
» more...

Return a const iterator pointing to the beginning of the argument list.

User::const_op_iterator
arg_begin() const;
» more...

Return Value

  • Iterator to the first call argument operand.
  • Const iterator to the first call argument operand.