LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for IncreasesOpBuildFuncHelper:
[legend]
Collaboration diagram for IncreasesOpBuildFuncHelper:
[legend]

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

static std::unique_ptr< IncreasesOpBuildFuncHelperget ()
 This method must be implemented to return a subclass of IncreasesOpBuildFuncHelper that at least implements callBuild() to build the operation via llzkVerifIncreasesOpBuild().

Protected Member Functions

 IncreasesOpBuildFuncHelper ()=default

Detailed Description

Definition at line 671 of file Ops.capi.test.cpp.inc.

Constructor & Destructor Documentation

◆ IncreasesOpBuildFuncHelper()

IncreasesOpBuildFuncHelper::IncreasesOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool IncreasesOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

Definition at line 672 of file Ops.capi.test.cpp.inc.

◆ get()

std::unique_ptr< IncreasesOpBuildFuncHelper > IncreasesOpBuildFuncHelper::get ( )
static

This method must be implemented to return a subclass of IncreasesOpBuildFuncHelper that at least implements callBuild() to build the operation via llzkVerifIncreasesOpBuild().

It can override other methods of TestAnyBuildFuncHelper if needed.


The documentation for this struct was generated from the following file: