|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Matches and optionally captures a felt constant. More...
#include <Matchers.h>
Public Member Functions | |
| ConstantCapture (felt::FeltConstantOp *capture) | |
| bool | match (mlir::Value v) |
Public Attributes | |
| felt::FeltConstantOp * | what |
Matches and optionally captures a felt constant.
Definition at line 74 of file Matchers.h.
|
inline |
Definition at line 76 of file Matchers.h.
|
inline |
Definition at line 78 of file Matchers.h.
| felt::FeltConstantOp* llzk::ConstantCapture::what |
Definition at line 75 of file Matchers.h.