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

Provide DenseMapInfo for APSInt, using the DenseMapInfo for APInt. More...

#include "llvm/ADT/APSInt.h"

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

Static Public Member Functions

static APSInt getEmptyKey ()
static APSInt getTombstoneKey ()
static unsigned getHashValue (const APSInt &Key)
static bool isEqual (const APSInt &LHS, const APSInt &RHS)

Detailed Description

Provide DenseMapInfo for APSInt, using the DenseMapInfo for APInt.

Definition at line 371 of file APSInt.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 372 of file APSInt.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< APSInt, void >::getHashValue ( const APSInt & Key)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 376 of file APSInt.h.

◆ isEqual()

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

Definition at line 384 of file APSInt.h.

References LHS, and RHS.


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