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

Public Types

using Adaptor = IntNegOpAdaptor
template<typename RangeT>
using GenericAdaptor = IntNegOpGenericAdaptor<RangeT>
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::Operation::operand_range getODSOperands (unsigned index)
::mlir::TypedValue<::llzk::smt::IntTypegetInput ()
::mlir::OpOperand & getInputMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::IntTypegetResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value input)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input)
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::llvm::LogicalResult inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes)
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

Definition at line 7306 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 7310 of file SMT.h.inc.

◆ FoldAdaptor

using llzk::smt::IntNegOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 7313 of file SMT.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::IntNegOp::GenericAdaptor = IntNegOpGenericAdaptor<RangeT>

Definition at line 7312 of file SMT.h.inc.

Member Function Documentation

◆ build() [1/5]

void llzk::smt::IntNegOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 8701 of file SMT.cpp.inc.

◆ build() [2/5]

void llzk::smt::IntNegOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value input )
static

Definition at line 8675 of file SMT.cpp.inc.

◆ build() [3/5]

void llzk::smt::IntNegOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value input )
static

Definition at line 8695 of file SMT.cpp.inc.

◆ build() [4/5]

void llzk::smt::IntNegOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value input )
static

Definition at line 8680 of file SMT.cpp.inc.

◆ build() [5/5]

void llzk::smt::IntNegOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 8709 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::IntNegOp::getAttributeNames ( )
inline

Definition at line 7314 of file SMT.h.inc.

◆ getEffects()

void llzk::smt::IntNegOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

Definition at line 8788 of file SMT.cpp.inc.

◆ getInput()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::IntNegOp::getInput ( )
inline

Definition at line 7332 of file SMT.h.inc.

◆ getInputMutable()

::mlir::OpOperand & llzk::smt::IntNegOp::getInputMutable ( )
inline

Definition at line 7336 of file SMT.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::IntNegOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 7322 of file SMT.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::IntNegOp::getODSOperands ( unsigned index)
inline

Definition at line 7326 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::IntNegOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 7341 of file SMT.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::IntNegOp::getODSResults ( unsigned index)
inline

Definition at line 7345 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::IntNegOp::getOperationName ( )
inlinestatic

Definition at line 7318 of file SMT.h.inc.

◆ getResult()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::IntNegOp::getResult ( )
inline

Definition at line 7351 of file SMT.h.inc.

◆ inferReturnTypes()

llvm::LogicalResult llzk::smt::IntNegOp::inferReturnTypes ( ::mlir::MLIRContext * context,
::std::optional<::mlir::Location > location,
::mlir::ValueRange operands,
::mlir::DictionaryAttr attributes,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions,
::llvm::SmallVectorImpl<::mlir::Type > & inferredReturnTypes )
static

Definition at line 8753 of file SMT.cpp.inc.

◆ parse()

mlir::ParseResult llzk::smt::IntNegOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 8761 of file SMT.cpp.inc.

◆ print()

void llzk::smt::IntNegOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 8781 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::IntNegOp::verifyInvariants ( )

Definition at line 8749 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::IntNegOp::verifyInvariantsImpl ( )

Definition at line 8727 of file SMT.cpp.inc.


The documentation for this class was generated from the following files: