LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void > Struct Template Reference

#include "llvm/ADT/PointerIntPair.h"

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 219 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 220 of file PointerIntPair.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 222 of file PointerIntPair.h.

◆ getHashValue()

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

Definition at line 234 of file PointerIntPair.h.

References IV.

◆ getTombstoneKey()

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

Definition at line 228 of file PointerIntPair.h.

◆ isEqual()

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

Definition at line 239 of file PointerIntPair.h.

References LHS, and RHS.


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