My Project
|
An iterator over all users of a ValueBase. More...
#include <UseDefLists.h>
Public Types | |
using | pointer = Operation * |
using | reference = Operation * |
Public Member Functions | |
ValueUserIterator (UseIteratorT it) | |
Initializes the result type iterator to the specified result iterator. More... | |
Operation * | operator-> () |
An iterator over all users of a ValueBase.
using mlir::ValueUserIterator< UseIteratorT, OperandType >::pointer = Operation * |
using mlir::ValueUserIterator< UseIteratorT, OperandType >::reference = Operation * |
|
inline |
Initializes the result type iterator to the specified result iterator.
|
inline |