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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

static long long getEmptyKey ()
 
static long long getTombstoneKey ()
 
static unsigned getHashValue (const long long &Val)
 
static bool isEqual (const long long &LHS, const long long &RHS)
 

Detailed Description

Definition at line 200 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

static long long llvm::DenseMapInfo< long long >::getEmptyKey ( )
inlinestatic

Definition at line 201 of file DenseMapInfo.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< long long >::getHashValue ( const long long &  Val)
inlinestatic

Definition at line 204 of file DenseMapInfo.h.

◆ getTombstoneKey()

static long long llvm::DenseMapInfo< long long >::getTombstoneKey ( )
inlinestatic

Definition at line 202 of file DenseMapInfo.h.

◆ isEqual()

static bool llvm::DenseMapInfo< long long >::isEqual ( const long long &  LHS,
const long long &  RHS 
)
inlinestatic

Definition at line 208 of file DenseMapInfo.h.

References LHS, and RHS.


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