|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = RepeatOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = RepeatOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BitVectorType > | getInput () |
| ::mlir::OpOperand & | getInputMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BitVectorType > | getResult () |
| void | print (::mlir::OpAsmPrinter &p) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
| unsigned | getCount () |
| Get the number of times the input operand is repeated. | |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, unsigned count, mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::smt::RepeatOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::RepeatOp::GenericAdaptor = RepeatOpGenericAdaptor<RangeT> |
|
static |
Definition at line 9897 of file SMT.cpp.inc.
|
static |
Definition at line 9886 of file SMT.cpp.inc.
|
static |
Definition at line 9891 of file SMT.cpp.inc.
|
static |
|
inline |
| unsigned RepeatOp::getCount | ( | ) |
Get the number of times the input operand is repeated.
Definition at line 345 of file SMTOps.cpp.
| void llzk::smt::RepeatOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 9933 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 357 of file SMTOps.cpp.
| void RepeatOp::print | ( | ::mlir::OpAsmPrinter & | p | ) |
Definition at line 411 of file SMTOps.cpp.
| LogicalResult RepeatOp::verify | ( | ) |
Definition at line 334 of file SMTOps.cpp.
| llvm::LogicalResult llzk::smt::RepeatOp::verifyInvariants | ( | ) |
Definition at line 9927 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::RepeatOp::verifyInvariantsImpl | ( | ) |
Definition at line 9905 of file SMT.cpp.inc.