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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 EnsureComputeOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ EnsureComputeOpBuildFuncHelper()

EnsureComputeOpBuildFuncHelper::EnsureComputeOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool EnsureComputeOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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