LLZK 0.1.0
Veridise's ZK Language IR
|
Matches and optionally captures a constrainref base value, which is either a field read or a block argument (i.e., an input to a @constrain or @compute function). More...
#include <Matchers.h>
Public Member Functions | |
RefValueCapture (mlir::Value *capture) | |
bool | match (mlir::Value v) |
Public Attributes | |
mlir::Value * | what |
Matches and optionally captures a constrainref base value, which is either a field read or a block argument (i.e., an input to a @constrain or @compute function).
Definition at line 53 of file Matchers.h.
|
inline |
Definition at line 55 of file Matchers.h.
|
inline |
Definition at line 57 of file Matchers.h.
mlir::Value* llzk::RefValueCapture::what |
Definition at line 54 of file Matchers.h.