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