LLVM 22.0.0git
llvm::DenseMapInfo< BitVector > Struct Reference

#include "llvm/ADT/BitVector.h"

Inheritance diagram for llvm::DenseMapInfo< BitVector >:
[legend]

Static Public Member Functions

static BitVector getEmptyKey ()
static BitVector getTombstoneKey ()
static unsigned getHashValue (const BitVector &V)
static bool isEqual (const BitVector &LHS, const BitVector &RHS)

Detailed Description

Definition at line 832 of file BitVector.h.

Member Function Documentation

◆ getEmptyKey()

BitVector llvm::DenseMapInfo< BitVector >::getEmptyKey ( )
inlinestatic

Definition at line 833 of file BitVector.h.

◆ getHashValue()

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

Definition at line 839 of file BitVector.h.

◆ getTombstoneKey()

BitVector llvm::DenseMapInfo< BitVector >::getTombstoneKey ( )
inlinestatic

Definition at line 834 of file BitVector.h.

References llvm::BitVector::invalid().

◆ isEqual()

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

Definition at line 843 of file BitVector.h.

References LHS, and RHS.


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