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

#include "llvm/ADT/BitVector.h"

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 839 of file BitVector.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 840 of file BitVector.h.

◆ getHashValue()

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

Definition at line 846 of file BitVector.h.

◆ getTombstoneKey()

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

Definition at line 841 of file BitVector.h.

◆ isEqual()

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

Definition at line 850 of file BitVector.h.

References LHS, and RHS.


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