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

Provide DenseMapInfo for APInt. More...

#include "llvm/ADT/APInt.h"

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

Static Public Member Functions

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

Detailed Description

Provide DenseMapInfo for APInt.

Definition at line 2459 of file APInt.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 2460 of file APInt.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 2466 of file APInt.h.

◆ isEqual()

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

Definition at line 2474 of file APInt.h.

References LHS, and RHS.


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