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

Provide DenseMapInfo for APInt. More...

#include "llvm/ADT/APInt.h"

Static Public Member Functions

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

Detailed Description

Provide DenseMapInfo for APInt.

Definition at line 2348 of file APInt.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 2349 of file APInt.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 2355 of file APInt.h.

◆ isEqual()

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

Definition at line 2363 of file APInt.h.

References LHS, and RHS.


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