MLIR
20.0.0git
|
This trait is used for return value APIs for ops that are known to have a specific type other than Type
.
More...
#include "mlir/IR/OpDefinition.h"
Classes | |
class | Impl |
This class provides return value APIs for ops that are known to have a single result. More... | |
This trait is used for return value APIs for ops that are known to have a specific type other than Type
.
This allows the "getType()" member to be more specific for an op. This should be used in conjunction with OneResult, and occur in the trait list before OneResult.
Definition at line 689 of file OpDefinition.h.