LLVM 22.0.0git
llvm::DenseMapInfo< AAPointerInfo::Access > Struct Reference

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

Inheritance diagram for llvm::DenseMapInfo< AAPointerInfo::Access >:
[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 747 of file AttributorAttributes.cpp.

Member Typedef Documentation

◆ Access

Member Function Documentation

◆ getEmptyKey()

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

◆ getHashValue()

References A().

◆ getTombstoneKey()

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

◆ isEqual()

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

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