LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llvm::DenseMapInfo< llzk::Side > Struct Reference

#include <TypeHelper.h>

Public Types

using T = llzk::Side

Static Public Member Functions

static T getEmptyKey ()
static T getTombstoneKey ()
static unsigned getHashValue (const T &val)
static bool isEqual (const T &lhs, const T &rhs)

Detailed Description

Definition at line 155 of file TypeHelper.h.

Member Typedef Documentation

◆ T

using llvm::DenseMapInfo< llzk::Side >::T = llzk::Side

Definition at line 156 of file TypeHelper.h.

Member Function Documentation

◆ getEmptyKey()

T llvm::DenseMapInfo< llzk::Side >::getEmptyKey ( )
inlinestatic

Definition at line 157 of file TypeHelper.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< llzk::Side >::getHashValue ( const T & val)
inlinestatic

Definition at line 159 of file TypeHelper.h.

◆ getTombstoneKey()

T llvm::DenseMapInfo< llzk::Side >::getTombstoneKey ( )
inlinestatic

Definition at line 158 of file TypeHelper.h.

◆ isEqual()

bool llvm::DenseMapInfo< llzk::Side >::isEqual ( const T & lhs,
const T & rhs )
inlinestatic

Definition at line 163 of file TypeHelper.h.


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