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

Public Member Functions

virtual bool callIsA (MlirOperation op) override

Static Public Member Functions

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

Protected Member Functions

 NegFeltOpBuildFuncHelper ()=default

Detailed Description

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

Constructor & Destructor Documentation

◆ NegFeltOpBuildFuncHelper()

NegFeltOpBuildFuncHelper::NegFeltOpBuildFuncHelper ( )
protecteddefault

Member Function Documentation

◆ callIsA()

virtual bool NegFeltOpBuildFuncHelper::callIsA ( MlirOperation op)
inlineoverridevirtual

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

◆ get()

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

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

It can override other methods of TestAnyBuildFuncHelper if needed.


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