LLVM 22.0.0git
llvm::DenseMapInfo< Attribute::AttrKind > Struct Reference

#include "llvm/Analysis/AssumeBundleQueries.h"

Inheritance diagram for llvm::DenseMapInfo< Attribute::AttrKind >:
[legend]

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 52 of file AssumeBundleQueries.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 53 of file AssumeBundleQueries.h.

References llvm::Attribute::EmptyKey.

◆ getHashValue()

Definition at line 59 of file AssumeBundleQueries.h.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 56 of file AssumeBundleQueries.h.

References llvm::Attribute::TombstoneKey.

◆ isEqual()

Definition at line 62 of file AssumeBundleQueries.h.

References LHS, and RHS.


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