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

#include "llvm/ADT/SmallBitVector.h"

Static Public Member Functions

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

Detailed Description

Definition at line 730 of file SmallBitVector.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 731 of file SmallBitVector.h.

◆ getHashValue()

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

Definition at line 737 of file SmallBitVector.h.

◆ getTombstoneKey()

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

Definition at line 732 of file SmallBitVector.h.

◆ isEqual()

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

Definition at line 743 of file SmallBitVector.h.

References LHS, and RHS.


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