LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ElementCount, void > Struct Reference

#include "llvm/Support/TypeSize.h"

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 413 of file TypeSize.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 414 of file TypeSize.h.

References llvm::ElementCount::getScalable().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< ElementCount, void >::getHashValue ( const ElementCount EltCnt)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 417 of file TypeSize.h.

References llvm::ElementCount::getFixed().

◆ isEqual()

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

Definition at line 427 of file TypeSize.h.

References LHS, and RHS.


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