|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| IntConstantOpAdaptor (IntConstantOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| IntConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| IntConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| IntConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) | |
| IntConstantOpGenericAdaptor (RangeT values, const IntConstantOpGenericAdaptorBase &base) | |
| template<typename LateInst = IntConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, IntConstantOp>>> | |
| IntConstantOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::smt::IntConstantOpGenericAdaptor<::mlir::ValueRange > | |
| IntConstantOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::ValueRange | getODSOperands (unsigned index) |
| ::mlir::ValueRange | getOperands () |
| Public Member Functions inherited from llzk::smt::detail::IntConstantOpGenericAdaptorBase | |
| IntConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| IntConstantOpGenericAdaptorBase (IntConstantOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::IntegerAttr | getValueAttr () |
| ::mlir::APInt | getValue () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::smt::detail::IntConstantOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::smt::IntConstantOpAdaptor::IntConstantOpAdaptor | ( | IntConstantOp | op | ) |
Definition at line 8013 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::smt::IntConstantOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 8015 of file SMT.cpp.inc.