LLVM 23.0.0git
llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void > Struct Template Reference

#include "llvm/ADT/PointerIntPair.h"

Inheritance diagram for llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >:
[legend]

Public Types

using Ty = PointerIntPair<PointerTy, IntBits, IntType>

Static Public Member Functions

static Ty getEmptyKey ()
static Ty getTombstoneKey ()
static unsigned getHashValue (Ty V)
static bool isEqual (const Ty &LHS, const Ty &RHS)

Detailed Description

template<typename PointerTy, unsigned IntBits, typename IntType>
struct llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >

Definition at line 217 of file PointerIntPair.h.

Member Typedef Documentation

◆ Ty

template<typename PointerTy, unsigned IntBits, typename IntType>
using llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::Ty = PointerIntPair<PointerTy, IntBits, IntType>

Definition at line 218 of file PointerIntPair.h.

Member Function Documentation

◆ getEmptyKey()

template<typename PointerTy, unsigned IntBits, typename IntType>
Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

template<typename PointerTy, unsigned IntBits, typename IntType>
unsigned llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::getHashValue ( Ty V)
inlinestatic

Definition at line 232 of file PointerIntPair.h.

References IV.

◆ getTombstoneKey()

template<typename PointerTy, unsigned IntBits, typename IntType>
Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

template<typename PointerTy, unsigned IntBits, typename IntType>
bool llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::isEqual ( const Ty & LHS,
const Ty & RHS )
inlinestatic

Definition at line 237 of file PointerIntPair.h.

References LHS, and RHS.


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