LLZK 0.1.0
Veridise's ZK Language IR
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 157 of file TypeHelper.h.

Member Typedef Documentation

◆ T

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

Definition at line 158 of file TypeHelper.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 159 of file TypeHelper.h.

◆ getHashValue()

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

Definition at line 161 of file TypeHelper.h.

◆ getTombstoneKey()

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

Definition at line 160 of file TypeHelper.h.

◆ isEqual()

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

Definition at line 165 of file TypeHelper.h.


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