LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
using | ConcreteEntity = ConcreteOp |
![]() | |
using | Interface |
Additional Inherited Members | |
![]() | |
FallbackModel () | |
![]() | |
static inline ::mlir::Value | getVal (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static inline ::mlir::TypedValue<::llzk::component::StructType > | getComponent (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static inline ::llvm::StringRef | getFieldName (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static inline ::mlir::FlatSymbolRefAttr | getFieldNameAttr (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static inline ::llzk::component::StructType | getStructType (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static bool | isRead (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
![]() | |
::mlir::Value(* | getVal )(const Concept *impl, ::mlir::Operation *) |
The methods defined by the interface. | |
::mlir::TypedValue<::llzk::component::StructType >(* | getComponent )(const Concept *impl, ::mlir::Operation *) |
::llvm::StringRef(* | getFieldName )(const Concept *impl, ::mlir::Operation *) |
::mlir::FlatSymbolRefAttr(* | getFieldNameAttr )(const Concept *impl, ::mlir::Operation *) |
::llzk::component::StructType(* | getStructType )(const Concept *impl, ::mlir::Operation *) |
bool(* | isRead )(const Concept *impl, ::mlir::Operation *) |
Definition at line 50 of file OpInterfaces.h.inc.
using llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::ExternalModel< ConcreteModel, ConcreteOp >::ConcreteEntity = ConcreteOp |
Definition at line 52 of file OpInterfaces.h.inc.