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

#include "llvm/Transforms/IPO/Attributor.h"

Inheritance diagram for llvm::DenseMapInfo< AA::ValueAndContext >:
Inheritance graph
[legend]

Public Types

using Base = DenseMapInfo< AA::ValueAndContext::Base >
 

Static Public Member Functions

static AA::ValueAndContext getEmptyKey ()
 
static AA::ValueAndContext getTombstoneKey ()
 
static unsigned getHashValue (const AA::ValueAndContext &VAC)
 
static bool isEqual (const AA::ValueAndContext &LHS, const AA::ValueAndContext &RHS)
 

Detailed Description

Definition at line 406 of file Attributor.h.

Member Typedef Documentation

◆ Base

Definition at line 408 of file Attributor.h.

Member Function Documentation

◆ getEmptyKey()

static AA::ValueAndContext llvm::DenseMapInfo< AA::ValueAndContext >::getEmptyKey ( )
inlinestatic

Definition at line 409 of file Attributor.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< AA::ValueAndContext >::getHashValue ( const AA::ValueAndContext VAC)
inlinestatic

Definition at line 415 of file Attributor.h.

◆ getTombstoneKey()

static AA::ValueAndContext llvm::DenseMapInfo< AA::ValueAndContext >::getTombstoneKey ( )
inlinestatic

Definition at line 412 of file Attributor.h.

◆ isEqual()

static bool llvm::DenseMapInfo< AA::ValueAndContext >::isEqual ( const AA::ValueAndContext LHS,
const AA::ValueAndContext RHS 
)
inlinestatic

Definition at line 419 of file Attributor.h.

References LHS, and RHS.


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