|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | ConcreteEntity = ConcreteOp |
| Public Types inherited from llzk::component::detail::MemberRefOpInterfaceInterfaceTraits::FallbackModel< ConcreteModel > | |
| using | Interface |
Additional Inherited Members | |
| Public Member Functions inherited from llzk::component::detail::MemberRefOpInterfaceInterfaceTraits::FallbackModel< ConcreteModel > | |
| FallbackModel () | |
| Static Public Member Functions inherited from llzk::component::detail::MemberRefOpInterfaceInterfaceTraits::FallbackModel< ConcreteModel > | |
| 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 ::mlir::OpOperand & | getComponentMutable (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static inline ::llvm::StringRef | getMemberName (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static inline ::mlir::FlatSymbolRefAttr | getMemberNameAttr (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static void | setMemberName (const Concept *impl, ::mlir::Operation *tablegen_opaque_val, ::llvm::StringRef attrValue) |
| static void | setMemberNameAttr (const Concept *impl, ::mlir::Operation *tablegen_opaque_val, ::mlir::FlatSymbolRefAttr attr) |
| 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) |
| Public Attributes inherited from llzk::component::detail::MemberRefOpInterfaceInterfaceTraits::Concept | |
| ::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 *) |
| ::mlir::OpOperand &(* | getComponentMutable )(const Concept *impl, ::mlir::Operation *) |
| ::llvm::StringRef(* | getMemberName )(const Concept *impl, ::mlir::Operation *) |
| ::mlir::FlatSymbolRefAttr(* | getMemberNameAttr )(const Concept *impl, ::mlir::Operation *) |
| void(* | setMemberName )(const Concept *impl, ::mlir::Operation *, ::llvm::StringRef) |
| void(* | setMemberNameAttr )(const Concept *impl, ::mlir::Operation *, ::mlir::FlatSymbolRefAttr) |
| ::llzk::component::StructType(* | getStructType )(const Concept *impl, ::mlir::Operation *) |
| bool(* | isRead )(const Concept *impl, ::mlir::Operation *) |
Definition at line 59 of file OpInterfaces.h.inc.
| using llzk::component::detail::MemberRefOpInterfaceInterfaceTraits::ExternalModel< ConcreteModel, ConcreteOp >::ConcreteEntity = ConcreteOp |
Definition at line 61 of file OpInterfaces.h.inc.