MLIR
15.0.0git
|
Helper class for implementing traits. More...
#include "mlir/IR/OpDefinition.h"
Inherited by mlir::OpTrait::detail::MultiOperandTraitBase< ConcreteType, TraitType >, mlir::OpTrait::detail::MultiRegionTraitBase< ConcreteType, TraitType >, mlir::OpTrait::detail::MultiResultTraitBase< ConcreteType, TraitType >, and mlir::OpTrait::detail::MultiSuccessorTraitBase< ConcreteType, TraitType >.
Protected Member Functions | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
Helper class for implementing traits.
Clients are not expected to interact with this directly, so its members are all protected.
Definition at line 306 of file OpDefinition.h.
|
inlineprotected |
Return the ultimate Operation being worked on.
Definition at line 309 of file OpDefinition.h.