|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Classes | |
| struct | Trait |
Public Member Functions | |
| ::mlir::FailureOr<::mlir::StringRef > | getLabel () |
| Gets the label of the loop, if available. | |
| ::mlir::SmallVector<::mlir::Type > | getArgumentTypes () |
| Gets the types of the values that the invariant binds inside its body. | |
Definition at line 269 of file OpInterfaces.h.inc.
| mlir::SmallVector<::mlir::Type > llzk::verif::InvariantTargetOpInterface::getArgumentTypes | ( | ) |
Gets the types of the values that the invariant binds inside its body.
Definition at line 99 of file OpInterfaces.cpp.inc.
| mlir::FailureOr<::mlir::StringRef > llzk::verif::InvariantTargetOpInterface::getLabel | ( | ) |
Gets the label of the loop, if available.
Definition at line 95 of file OpInterfaces.cpp.inc.