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::Operation::operand_range
llzk::array::ArrayAccessOpInterface::getIndices
() {
11
return
getImpl()->getIndices(getImpl(), getOperation());
12
}
13
14
::mlir::MutableOperandRange
llzk::array::ArrayAccessOpInterface::getIndicesMutable
() {
15
return
getImpl()->getIndicesMutable(getImpl(), getOperation());
16
}
17
18
bool
llzk::array::ArrayAccessOpInterface::isRead
() {
19
return
getImpl()->isRead(getImpl(), getOperation());
20
}
21
22
::mlir::TypedValue<::llzk::array::ArrayType>
llzk::array::ArrayAccessOpInterface::getArrRef
() {
23
return
getImpl()->implArrayRefOpInterface->getArrRef(getImpl()->implArrayRefOpInterface, getOperation());
24
}
25
26
::mlir::OpOperand &
llzk::array::ArrayAccessOpInterface::getArrRefMutable
() {
27
return
getImpl()->implArrayRefOpInterface->getArrRefMutable(getImpl()->implArrayRefOpInterface, getOperation());
28
}
29
30
::mlir::TypedValue<::llzk::array::ArrayType>
llzk::array::ArrayRefOpInterface::getArrRef
() {
31
return
getImpl()->getArrRef(getImpl(), getOperation());
32
}
33
34
::mlir::OpOperand &
llzk::array::ArrayRefOpInterface::getArrRefMutable
() {
35
return
getImpl()->getArrRefMutable(getImpl(), getOperation());
36
}
llzk::array::ArrayAccessOpInterface::getIndices
::mlir::Operation::operand_range getIndices()
Gets the operand range containing the index for each dimension.
Definition
OpInterfaces.cpp.inc:10
llzk::array::ArrayAccessOpInterface::getArrRefMutable
::mlir::OpOperand & getArrRefMutable()
Gets the mutable operand slot holding the SSA Value for the referenced array.
Definition
OpInterfaces.cpp.inc:26
llzk::array::ArrayAccessOpInterface::isRead
bool isRead()
Return true if the op is a read, false if it's a write.
Definition
OpInterfaces.cpp.inc:18
llzk::array::ArrayAccessOpInterface::getArrRef
::mlir::TypedValue<::llzk::array::ArrayType > getArrRef()
Gets the SSA Value for the referenced array.
Definition
OpInterfaces.cpp.inc:22
llzk::array::ArrayAccessOpInterface::getIndicesMutable
::mlir::MutableOperandRange getIndicesMutable()
Gets the mutable operand range containing the index for each dimension.
Definition
OpInterfaces.cpp.inc:14
llzk::array::ArrayRefOpInterface::getArrRefMutable
::mlir::OpOperand & getArrRefMutable()
Gets the mutable operand slot holding the SSA Value for the referenced array.
Definition
OpInterfaces.cpp.inc:34
llzk::array::ArrayRefOpInterface::getArrRef
::mlir::TypedValue<::llzk::array::ArrayType > getArrRef()
Gets the SSA Value for the referenced array.
Definition
OpInterfaces.cpp.inc:30
build
include
llzk
Dialect
Array
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.