|
MLIR 23.0.0git
|
Implementation for derived Attributes and Types. 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 (T param, AttrTypeImmediateSubElementWalker &walker) |
| static T | replace (T param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls) |
Implementation for derived Attributes and Types.
Definition at line 423 of file AttrTypeSubElements.h.
| using mlir::AttrTypeSubElementHandler< T, std::enable_if_t< std::is_base_of_v< Attribute, T >||std::is_base_of_v< Type, T > > >::DefaultHandlerTag |
Tag indicating that this handler does not support sub-elements.
Definition at line 408 of file AttrTypeSubElements.h.
|
inlinestatic |
Definition at line 429 of file AttrTypeSubElements.h.
References mlir::AttrTypeSubElementReplacements< T >::take_front().
|
inlinestatic |
Definition at line 426 of file AttrTypeSubElements.h.
References mlir::AttrTypeImmediateSubElementWalker::walk().