LLVM 23.0.0git
llvm::DenseMapInfo< AA::ValueScope > Struct Reference

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

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

Public Types

using Base = DenseMapInfo<unsigned char>

Static Public Member Functions

static unsigned getHashValue (const AA::ValueScope &S)
static bool isEqual (const AA::ValueScope &LHS, const AA::ValueScope &RHS)

Detailed Description

Definition at line 445 of file Attributor.h.

Member Typedef Documentation

◆ Base

Definition at line 446 of file Attributor.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< AA::ValueScope >::getHashValue ( const AA::ValueScope & S)
inlinestatic

Definition at line 447 of file Attributor.h.

◆ isEqual()

bool llvm::DenseMapInfo< AA::ValueScope >::isEqual ( const AA::ValueScope & LHS,
const AA::ValueScope & RHS )
inlinestatic

Definition at line 451 of file Attributor.h.

References LHS, and RHS.


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