LLZK
3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Toggle main menu visibility
Loading...
Searching...
No Matches
OpInterfaces.cpp.inc
Go to the documentation of this file.
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|* *|
3
|* Interface Definitions *|
4
|* *|
5
|* Automatically generated file, do not edit! *|
6
|* *|
7
\*===----------------------------------------------------------------------===*/
8
10
::mlir::Value
llzk::component::MemberRefOpInterface::getVal
() {
11
return
getImpl()->getVal(getImpl(), getOperation());
12
}
13
14
::mlir::TypedValue<::llzk::component::StructType>
llzk::component::MemberRefOpInterface::getComponent
() {
15
return
getImpl()->getComponent(getImpl(), getOperation());
16
}
17
18
::mlir::OpOperand &
llzk::component::MemberRefOpInterface::getComponentMutable
() {
19
return
getImpl()->getComponentMutable(getImpl(), getOperation());
20
}
21
22
::llvm::StringRef
llzk::component::MemberRefOpInterface::getMemberName
() {
23
return
getImpl()->getMemberName(getImpl(), getOperation());
24
}
25
26
::mlir::FlatSymbolRefAttr
llzk::component::MemberRefOpInterface::getMemberNameAttr
() {
27
return
getImpl()->getMemberNameAttr(getImpl(), getOperation());
28
}
29
30
void
llzk::component::MemberRefOpInterface::setMemberName
(::llvm::StringRef attrValue) {
31
return
getImpl()->setMemberName(getImpl(), getOperation(), attrValue);
32
}
33
34
void
llzk::component::MemberRefOpInterface::setMemberNameAttr
(::mlir::FlatSymbolRefAttr attr) {
35
return
getImpl()->setMemberNameAttr(getImpl(), getOperation(), attr);
36
}
37
38
::llzk::component::StructType
llzk::component::MemberRefOpInterface::getStructType
() {
39
return
getImpl()->getStructType(getImpl(), getOperation());
40
}
41
42
bool
llzk::component::MemberRefOpInterface::isRead
() {
43
return
getImpl()->isRead(getImpl(), getOperation());
44
}
llzk::component::MemberRefOpInterface::getVal
::mlir::Value getVal()
Gets the SSA Value that holds the read/write data for the MemberRefOp.
Definition
OpInterfaces.cpp.inc:10
llzk::component::MemberRefOpInterface::getMemberNameAttr
::mlir::FlatSymbolRefAttr getMemberNameAttr()
Gets the member name attribute from the MemberRefOp.
Definition
OpInterfaces.cpp.inc:26
llzk::component::MemberRefOpInterface::getComponent
::mlir::TypedValue<::llzk::component::StructType > getComponent()
Gets the SSA value with the target component from the MemberRefOp.
Definition
OpInterfaces.cpp.inc:14
llzk::component::MemberRefOpInterface::setMemberName
void setMemberName(::llvm::StringRef attrValue)
Sets the member name attribute value in the MemberRefOp.
Definition
OpInterfaces.cpp.inc:30
llzk::component::MemberRefOpInterface::isRead
bool isRead()
Return true if the op is a read, false if it's a write.
Definition
OpInterfaces.cpp.inc:42
llzk::component::MemberRefOpInterface::getMemberName
::llvm::StringRef getMemberName()
Gets the member name attribute value from the MemberRefOp.
Definition
OpInterfaces.cpp.inc:22
llzk::component::MemberRefOpInterface::setMemberNameAttr
void setMemberNameAttr(::mlir::FlatSymbolRefAttr attr)
Sets the member name attribute in the MemberRefOp.
Definition
OpInterfaces.cpp.inc:34
llzk::component::MemberRefOpInterface::getComponentMutable
::mlir::OpOperand & getComponentMutable()
Gets the SSA value with the target component from the MemberRefOp.
Definition
OpInterfaces.cpp.inc:18
llzk::component::MemberRefOpInterface::getStructType
::llzk::component::StructType getStructType()
Gets the struct type of the target component.
Definition
OpInterfaces.cpp.inc:38
llzk::component::StructType
Definition
Types.h.inc:23
build
include
llzk
Dialect
Struct
IR
OpInterfaces.cpp.inc
Generated by
1.17.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.