MLIR
20.0.0git
|
A utility iterator that filters out operations that are not 'OpT'. More...
#include "mlir/IR/BlockSupport.h"
Public Member Functions | |
op_filter_iterator (IteratorT it, IteratorT end) | |
operator const IteratorT & () const | |
Allow implicit conversion to the underlying iterator. More... | |
A utility iterator that filters out operations that are not 'OpT'.
Definition at line 141 of file BlockSupport.h.
|
inline |
Definition at line 146 of file BlockSupport.h.
|
inline |
Allow implicit conversion to the underlying iterator.
Definition at line 151 of file BlockSupport.h.