LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept Struct Reference
Inheritance diagram for llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept:
[legend]
Collaboration diagram for llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept:
[legend]

Public Attributes

::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 *)
 

Detailed Description

Definition at line 14 of file OpInterfaces.h.inc.

Member Data Documentation

◆ getComponent

::mlir::TypedValue<::llzk::component::StructType >(* llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept::getComponent) (const Concept *impl, ::mlir::Operation *)

Definition at line 15 of file OpInterfaces.h.inc.

◆ getFieldName

::llvm::StringRef(* llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept::getFieldName) (const Concept *impl, ::mlir::Operation *)

Definition at line 17 of file OpInterfaces.h.inc.

◆ getFieldNameAttr

::mlir::FlatSymbolRefAttr(* llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept::getFieldNameAttr) (const Concept *impl, ::mlir::Operation *)

Definition at line 18 of file OpInterfaces.h.inc.

◆ getStructType

::llzk::component::StructType(* llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept::getStructType) (const Concept *impl, ::mlir::Operation *)

Definition at line 19 of file OpInterfaces.h.inc.

◆ getVal

::mlir::Value(* llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept::getVal) (const Concept *impl, ::mlir::Operation *)

The methods defined by the interface.

Definition at line 15 of file OpInterfaces.h.inc.

◆ isRead

bool(* llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept::isRead) (const Concept *impl, ::mlir::Operation *)

Definition at line 21 of file OpInterfaces.h.inc.


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