llvm::CallBase::op_begin

op_begin overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return an iterator to the first operand Use.

CallBase::op_iterator
op_begin();
» more...

Return a const iterator to the first operand Use.

CallBase::const_op_iterator
op_begin() const;
» more...

Return Value

  • Iterator to the first operand use.
  • Const iterator to the first operand use.