LLVM API Documentation
#include <User.h>
Public Member Functions | |
value_op_iterator (Use *U) | |
bool | operator== (const value_op_iterator &x) const |
bool | operator!= (const value_op_iterator &x) const |
value_op_iterator & | operator++ () |
Iterator traversal: forward iteration only. More... | |
value_op_iterator | operator++ (int) |
Value * | operator* () const |
Retrieve a pointer to the current Value. More... | |
Value * | operator-> () const |
Convenience iterator for directly iterating over the Values in the OperandList
|
inlineexplicit |
|
inline |
Definition at line 132 of file User.h.
References operator==().
|
inline |
Retrieve a pointer to the current Value.
Definition at line 146 of file User.h.
Referenced by operator->().
|
inline |
|
inline |
|
inline |
Definition at line 150 of file User.h.
References operator*().
|
inline |
Definition at line 129 of file User.h.
Referenced by operator!=().