|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| IntToFeltOpAdaptor (IntToFeltOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) | |
| IntToFeltOpGenericAdaptor (RangeT values, const IntToFeltOpGenericAdaptorBase &base) | |
| template<typename LateInst = IntToFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, IntToFeltOp>>> | |
| IntToFeltOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::cast::IntToFeltOpGenericAdaptor<::mlir::ValueRange > | |
| IntToFeltOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::ValueRange | getODSOperands (unsigned index) |
| ValueT | getValue () |
| ::mlir::ValueRange | getOperands () |
| Public Member Functions inherited from llzk::cast::detail::IntToFeltOpGenericAdaptorBase | |
| IntToFeltOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| IntToFeltOpGenericAdaptorBase (IntToFeltOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::llzk::cast::OverflowSemanticsAttr | getOverflowAttr () |
| ::llzk::cast::OverflowSemantics | getOverflow () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::cast::detail::IntToFeltOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::cast::IntToFeltOpAdaptor::IntToFeltOpAdaptor | ( | IntToFeltOp | op | ) |
Definition at line 434 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::cast::IntToFeltOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 436 of file Ops.cpp.inc.