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

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

#include "llvm/ADT/APSInt.h"

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 370 of file APSInt.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 371 of file APSInt.h.

◆ getHashValue()

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

Definition at line 379 of file APSInt.h.

◆ getTombstoneKey()

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

Definition at line 375 of file APSInt.h.

◆ isEqual()

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

Definition at line 383 of file APSInt.h.

References LHS, and RHS.


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