arg_begin overloads
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...