arg_begin overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

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

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

Return Value

  • Iterator to the first call argument operand.

  • Const iterator to the first call argument operand.

Created with MrDocs