|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| CmpOpAdaptor (CmpOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| CmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| CmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| CmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) | |
| CmpOpGenericAdaptor (RangeT values, const CmpOpGenericAdaptorBase &base) | |
| template<typename LateInst = CmpOp, typename = std::enable_if_t<std::is_same_v<LateInst, CmpOp>>> | |
| CmpOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::boolean::CmpOpGenericAdaptor<::mlir::ValueRange > | |
| CmpOpGenericAdaptor (::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 | getLhs () |
| ValueT | getRhs () |
| ::mlir::ValueRange | getOperands () |
| Public Member Functions inherited from llzk::boolean::detail::CmpOpGenericAdaptorBase | |
| CmpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| CmpOpGenericAdaptorBase (CmpOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::llzk::boolean::FeltCmpPredicateAttr | getPredicateAttr () |
| ::llzk::boolean::FeltCmpPredicate | getPredicate () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::boolean::detail::CmpOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::boolean::CmpOpAdaptor::CmpOpAdaptor | ( | CmpOp | op | ) |
Definition at line 780 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::boolean::CmpOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 782 of file Ops.cpp.inc.