MLIR
20.0.0git
|
Allow walking and replacing the subelements of a NamedAttribute. More...
#include "mlir/IR/Attributes.h"
Static Public Member Functions | |
template<typename T > | |
static void | walk (T param, AttrTypeImmediateSubElementWalker &walker) |
template<typename T > | |
static T | replace (T param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls) |
Allow walking and replacing the subelements of a NamedAttribute.
Definition at line 263 of file Attributes.h.
|
inlinestatic |
Definition at line 270 of file Attributes.h.
References mlir::AttrTypeSubElementReplacements< T >::take_front().
|
inlinestatic |
Definition at line 265 of file Attributes.h.
References mlir::AttrTypeImmediateSubElementWalker::walk().