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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 EnsureConstrainOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ EnsureConstrainOpBuildFuncHelper()

EnsureConstrainOpBuildFuncHelper::EnsureConstrainOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool EnsureConstrainOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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