|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| virtual bool | callIsA (MlirOperation op) override |
Static Public Member Functions | |
| static std::unique_ptr< EnsureComputeOpBuildFuncHelper > | get () |
| This method must be implemented to return a subclass of EnsureComputeOpBuildFuncHelper that at least implements callBuild() to build the operation via llzkVerifEnsureComputeOpBuild(). | |
Protected Member Functions | |
| EnsureComputeOpBuildFuncHelper ()=default | |
Definition at line 402 of file Ops.capi.test.cpp.inc.
|
protecteddefault |
|
inlineoverridevirtual |
Definition at line 403 of file Ops.capi.test.cpp.inc.
|
static |
This method must be implemented to return a subclass of EnsureComputeOpBuildFuncHelper that at least implements callBuild() to build the operation via llzkVerifEnsureComputeOpBuild().
It can override other methods of TestAnyBuildFuncHelper if needed.