LLVM 24.0.0git
llvm::DenseMapInfo< SmallBitVector > Struct Reference

#include "llvm/ADT/SmallBitVector.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 749 of file SmallBitVector.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 750 of file SmallBitVector.h.

References llvm::Store.

◆ isEqual()

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

Definition at line 756 of file SmallBitVector.h.

References LHS, and RHS.


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