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

Helper for AA::PointerInfo::Access DenseMap/Set usage. More...

Inheritance diagram for llvm::DenseMapInfo< AAPointerInfo::Access >:
Inheritance graph
[legend]

Public Types

using Access = AAPointerInfo::Access
 

Static Public Member Functions

static Access getEmptyKey ()
 
static Access getTombstoneKey ()
 
static unsigned getHashValue (const Access &A)
 
static bool isEqual (const Access &LHS, const Access &RHS)
 

Detailed Description

Helper for AA::PointerInfo::Access DenseMap/Set usage.

Definition at line 742 of file AttributorAttributes.cpp.

Member Typedef Documentation

◆ Access

Definition at line 743 of file AttributorAttributes.cpp.

Member Function Documentation

◆ getEmptyKey()

static Access llvm::DenseMapInfo< AAPointerInfo::Access >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

static unsigned llvm::DenseMapInfo< AAPointerInfo::Access >::getHashValue ( const Access A)
static

◆ getTombstoneKey()

static Access llvm::DenseMapInfo< AAPointerInfo::Access >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

static bool llvm::DenseMapInfo< AAPointerInfo::Access >::isEqual ( const Access LHS,
const Access RHS 
)
static

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