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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 CmpOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ CmpOpBuildFuncHelper()

CmpOpBuildFuncHelper::CmpOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool CmpOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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