MLIR 22.0.0git
mlir::wasmssa Namespace Reference

Namespaces

namespace  detail

Classes

struct  ConstantExpressionInitializerOpTrait
 Trait used to verify operations that need a constant expression initializer. More...
struct  ConstantExprOpTrait
 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...

Functions

bool isWasmNumericType (::mlir::Type type)
bool isWasmRefType (::mlir::Type type)
bool isWasmValueType (::mlir::Type type)

Function Documentation

◆ isWasmNumericType()

bool mlir::wasmssa::isWasmNumericType ( ::mlir::Type type)

Definition at line 3 of file WasmSSATypes.cpp.

◆ isWasmRefType()

bool mlir::wasmssa::isWasmRefType ( ::mlir::Type type)

Definition at line 7 of file WasmSSATypes.cpp.

◆ isWasmValueType()

bool mlir::wasmssa::isWasmValueType ( ::mlir::Type type)

Definition at line 11 of file WasmSSATypes.cpp.