MLIR
18.0.0git
|
Implementation for derived ArrayRef. More...
#include "mlir/IR/AttrTypeSubElements.h"
Public Types | |
using | EltHandler = AttrTypeSubElementHandler< T > |
Static Public Member Functions | |
static void | walk (ArrayRef< T > param, AttrTypeImmediateSubElementWalker &walker) |
static auto | replace (ArrayRef< T > param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls) |
Implementation for derived ArrayRef.
Definition at line 342 of file AttrTypeSubElements.h.
using mlir::AttrTypeSubElementHandler< ArrayRef< T >, std::enable_if_t< has_sub_attr_or_type_v< T > > >::EltHandler = AttrTypeSubElementHandler<T> |
Definition at line 344 of file AttrTypeSubElements.h.
|
inlinestatic |
Definition at line 351 of file AttrTypeSubElements.h.
References mlir::AttrTypeSubElementReplacements< T >::take_front().
|
inlinestatic |
Definition at line 346 of file AttrTypeSubElements.h.
References mlir::detail::walk().