|
MLIR 23.0.0git
|
#include "mlir/IR/ExtensibleDialect.h"
Public Member Functions | |
| TypeID | getTypeID () const override |
| Returns the TypeID of the trait. | |
| Public Member Functions inherited from mlir::DynamicOpTrait | |
| virtual LogicalResult | verifyTrait (Operation *op) const |
| virtual LogicalResult | verifyRegionTrait (Operation *op) const |
| virtual | ~DynamicOpTrait ()=default |
Definition at line 402 of file ExtensibleDialect.h.
|
inlineoverridevirtual |
Returns the TypeID of the trait.
It must be equal to the TypeID of corresponding static trait which will be used in hasTrait(TypeID).
Implements mlir::DynamicOpTrait.
Definition at line 404 of file ExtensibleDialect.h.
References mlir::TypeID::get().