LLVM 22.0.0git
llvm::DenseMapInfo< ElementCount, void > Struct Reference

#include "llvm/Support/TypeSize.h"

Inheritance diagram for llvm::DenseMapInfo< ElementCount, void >:
[legend]

Static Public Member Functions

static ElementCount getEmptyKey ()
static ElementCount getTombstoneKey ()
static unsigned getHashValue (const ElementCount &EltCnt)
static bool isEqual (const ElementCount &LHS, const ElementCount &RHS)

Detailed Description

Definition at line 433 of file TypeSize.h.

Member Function Documentation

◆ getEmptyKey()

ElementCount llvm::DenseMapInfo< ElementCount, void >::getEmptyKey ( )
inlinestatic

Definition at line 434 of file TypeSize.h.

References llvm::ElementCount::getScalable().

◆ getHashValue()

◆ getTombstoneKey()

ElementCount llvm::DenseMapInfo< ElementCount, void >::getTombstoneKey ( )
inlinestatic

Definition at line 437 of file TypeSize.h.

References llvm::ElementCount::getFixed().

◆ isEqual()

bool llvm::DenseMapInfo< ElementCount, void >::isEqual ( const ElementCount & LHS,
const ElementCount & RHS )
inlinestatic

Definition at line 447 of file TypeSize.h.

References LHS, and RHS.


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