LLVM 17.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 832 of file BitVector.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 833 of file BitVector.h.

◆ getHashValue()

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

Definition at line 839 of file BitVector.h.

◆ getTombstoneKey()

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

Definition at line 834 of file BitVector.h.

◆ isEqual()

static 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: