MLIR  22.0.0git
List of all members
mlir::wasmssa::ConstantExprOpTrait< OperationType > Struct Template Reference

Operations implementing this trait are considered as valid constant expressions in any context (In contrast of ConstantExprCheckOpInterface which are sometimes considered valid constant expressions. More...

#include "mlir/Dialect/WasmSSA/IR/WasmSSAInterfaces.h"

+ Inheritance diagram for mlir::wasmssa::ConstantExprOpTrait< OperationType >:

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< OperationType, ConstantExprOpTrait >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<class OperationType>
struct mlir::wasmssa::ConstantExprOpTrait< OperationType >

Operations implementing this trait are considered as valid constant expressions in any context (In contrast of ConstantExprCheckOpInterface which are sometimes considered valid constant expressions.

Definition at line 47 of file WasmSSAInterfaces.h.


The documentation for this struct was generated from the following file: