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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 AndBoolOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ AndBoolOpBuildFuncHelper()

AndBoolOpBuildFuncHelper::AndBoolOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool AndBoolOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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