LLZK 0.1.0
Veridise's ZK Language IR
|
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 73 of file Matchers.h.
|
inline |
Definition at line 75 of file Matchers.h.
|
inline |
Definition at line 77 of file Matchers.h.
felt::FeltConstantOp* llzk::ConstantCapture::what |
Definition at line 74 of file Matchers.h.