|
My Project
|
An iterator over all of the uses of an IR object. More...
#include <UseDefLists.h>


Additional Inherited Members | |
Public Member Functions inherited from mlir::detail::ValueUseIteratorImpl< ValueUseIterator< OperandType >, OperandType > | |
| ValueUseIteratorImpl (const ValueUseIteratorImpl< T, OperandType > &other) | |
| ValueUseIteratorImpl (OperandType *current=nullptr) | |
| Operation * | getUser () const |
| OperandType * | getOperand () const |
| OperandType & | operator* () const |
| ValueUseIteratorImpl & | operator++ () |
| bool | operator== (const ValueUseIteratorImpl &rhs) const |
Protected Attributes inherited from mlir::detail::ValueUseIteratorImpl< ValueUseIterator< OperandType >, OperandType > | |
| OperandType * | current |
An iterator over all of the uses of an IR object.
1.8.13