MLIR
20.0.0git
|
This class provides iteration over the held operations of a block for a specific operation type. More...
#include "mlir/IR/BlockSupport.h"
Public Member Functions | |
op_iterator (op_filter_iterator< OpT, IteratorT > it) | |
Initializes the iterator to the specified filter iterator. More... | |
operator const IteratorT & () const | |
Allow implicit conversion to the underlying block iterator. More... | |
This class provides iteration over the held operations of a block for a specific operation type.
Definition at line 157 of file BlockSupport.h.
|
inline |
Initializes the iterator to the specified filter iterator.
Definition at line 164 of file BlockSupport.h.
|
inline |
Allow implicit conversion to the underlying block iterator.
Definition at line 169 of file BlockSupport.h.