|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Classes | |
| struct | Trait |
Public Member Functions | |
| operator::mlir::MemoryEffectOpInterface () const | |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
| Collects all of the operation's effects into effects. | |
| operator::llzk::verif::ConditionOpInterface () const | |
| ::mlir::TypedValue<::mlir::IntegerType > | getCondition () |
| Gets the SSA Value for the condition operand. | |
Definition at line 196 of file OpInterfaces.h.inc.
| mlir::TypedValue<::mlir::IntegerType > llzk::verif::PostconditionOpInterface::getCondition | ( | ) |
Gets the SSA Value for the condition operand.
Definition at line 22 of file OpInterfaces.cpp.inc.
| void llzk::verif::PostconditionOpInterface::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Collects all of the operation's effects into effects.
Definition at line 18 of file OpInterfaces.cpp.inc.
|
inline |
Definition at line 216 of file OpInterfaces.h.inc.
|
inline |
Definition at line 205 of file OpInterfaces.h.inc.