|
MLIR 22.0.0git
|
Enable TypeRange to be introspected for sub-elements. More...
#include "mlir/IR/TypeRange.h"
Public Types | |
| using | DefaultHandlerTag |
| Tag indicating that this handler does not support sub-elements. | |
Static Public Member Functions | |
| static void | walk (TypeRange param, AttrTypeImmediateSubElementWalker &walker) |
| static TypeRange | replace (TypeRange param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls) |
Enable TypeRange to be introspected for sub-elements.
Definition at line 178 of file TypeRange.h.
| using mlir::AttrTypeSubElementHandler< TypeRange, void >::DefaultHandlerTag |
Tag indicating that this handler does not support sub-elements.
Definition at line 408 of file AttrTypeSubElements.h.
|
inlinestatic |
Definition at line 182 of file TypeRange.h.
References mlir::AttrTypeSubElementReplacements< T >::take_front().
|
inlinestatic |
Definition at line 179 of file TypeRange.h.
References mlir::AttrTypeImmediateSubElementWalker::walkRange().