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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 GlobalReadOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ GlobalReadOpBuildFuncHelper()

GlobalReadOpBuildFuncHelper::GlobalReadOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool GlobalReadOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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