LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< Attribute::AttrKind > Struct Reference

#include "llvm/Analysis/AssumeBundleQueries.h"

Static Public Member Functions

static Attribute::AttrKind getEmptyKey ()
 
static Attribute::AttrKind getTombstoneKey ()
 
static unsigned getHashValue (Attribute::AttrKind AK)
 
static bool isEqual (Attribute::AttrKind LHS, Attribute::AttrKind RHS)
 

Detailed Description

Definition at line 51 of file AssumeBundleQueries.h.

Member Function Documentation

◆ getEmptyKey()

static Attribute::AttrKind llvm::DenseMapInfo< Attribute::AttrKind >::getEmptyKey ( )
inlinestatic

Definition at line 52 of file AssumeBundleQueries.h.

References llvm::Attribute::EmptyKey.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< Attribute::AttrKind >::getHashValue ( Attribute::AttrKind  AK)
inlinestatic

Definition at line 58 of file AssumeBundleQueries.h.

References llvm::hash_combine().

◆ getTombstoneKey()

static Attribute::AttrKind llvm::DenseMapInfo< Attribute::AttrKind >::getTombstoneKey ( )
inlinestatic

Definition at line 55 of file AssumeBundleQueries.h.

References llvm::Attribute::TombstoneKey.

◆ isEqual()

static bool llvm::DenseMapInfo< Attribute::AttrKind >::isEqual ( Attribute::AttrKind  LHS,
Attribute::AttrKind  RHS 
)
inlinestatic

Definition at line 61 of file AssumeBundleQueries.h.

References LHS, and RHS.


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