LLVM 23.0.0git
llvm::DenseMapInfo< SlotWithTag > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< SlotWithTag >:
[legend]

Static Public Member Functions

static unsigned getHashValue (const SlotWithTag &V)
static bool isEqual (const SlotWithTag &A, const SlotWithTag &B)

Detailed Description

Definition at line 233 of file AArch64StackTaggingPreRA.cpp.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< SlotWithTag >::getHashValue ( const SlotWithTag & V)
inlinestatic

Definition at line 234 of file AArch64StackTaggingPreRA.cpp.

References llvm::hash_combine().

◆ isEqual()

bool llvm::DenseMapInfo< SlotWithTag >::isEqual ( const SlotWithTag & A,
const SlotWithTag & B )
inlinestatic

Definition at line 238 of file AArch64StackTaggingPreRA.cpp.

References A(), and B().


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