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

#include "llvm/ADT/APFixedPoint.h"

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

Static Public Member Functions

static APFixedPoint getEmptyKey ()
static APFixedPoint getTombstoneKey ()
static unsigned getHashValue (const APFixedPoint &Val)
static bool isEqual (const APFixedPoint &LHS, const APFixedPoint &RHS)

Detailed Description

Definition at line 321 of file APFixedPoint.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 322 of file APFixedPoint.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< APFixedPoint >::getHashValue ( const APFixedPoint & Val)
inlinestatic

Definition at line 330 of file APFixedPoint.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 326 of file APFixedPoint.h.

◆ isEqual()

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

Definition at line 334 of file APFixedPoint.h.

References LHS, and RHS.


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