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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 VerifAssertOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ VerifAssertOpBuildFuncHelper()

VerifAssertOpBuildFuncHelper::VerifAssertOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool VerifAssertOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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