MLIR
20.0.0git
|
An iterator over the users of an IRObject. More...
#include "mlir/IR/UseDefLists.h"
Public Member Functions | |
Operation * | mapElement (OperandType &value) const |
Map the element to the iterator result type. More... | |
Operation * | operator-> () |
Provide access to the underlying operation. More... | |
An iterator over the users of an IRObject.
This is a wrapper iterator around a specific use iterator.
Definition at line 341 of file UseDefLists.h.
|
inline |
Map the element to the iterator result type.
Definition at line 351 of file UseDefLists.h.
|
inline |
Provide access to the underlying operation.
Definition at line 354 of file UseDefLists.h.