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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 FeltToIndexOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ FeltToIndexOpBuildFuncHelper()

FeltToIndexOpBuildFuncHelper::FeltToIndexOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool FeltToIndexOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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