|
MLIR 23.0.0git
|
Implementation for Tuple. More...
#include "mlir/IR/AttrTypeSubElements.h"
Public Types | |
| using | DefaultHandlerTag |
| Tag indicating that this handler does not support sub-elements. | |
Static Public Member Functions | |
| static void | walk (const std::tuple< Ts... > ¶m, AttrTypeImmediateSubElementWalker &walker) |
| static auto | replace (const std::tuple< Ts... > ¶m, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls) |
Implementation for Tuple.
Definition at line 474 of file AttrTypeSubElements.h.
| using mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > >::DefaultHandlerTag |
Tag indicating that this handler does not support sub-elements.
Definition at line 408 of file AttrTypeSubElements.h.
|
inlinestatic |
Definition at line 484 of file AttrTypeSubElements.h.
References mlir::AttrTypeSubElementHandler< T, Enable >::replace().
|
inlinestatic |
Definition at line 476 of file AttrTypeSubElements.h.
References mlir::AttrTypeSubElementHandler< T, Enable >::walk().