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

#include "IR/LLVMContextImpl.h"

Static Public Member Functions

static APFloat getEmptyKey ()
 
static APFloat getTombstoneKey ()
 
static unsigned getHashValue (const APFloat &Key)
 
static bool isEqual (const APFloat &LHS, const APFloat &RHS)
 

Detailed Description

Definition at line 77 of file LLVMContextImpl.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 78 of file LLVMContextImpl.h.

References llvm::APFloatBase::Bogus().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< APFloat >::getHashValue ( const APFloat Key)
inlinestatic

Definition at line 83 of file LLVMContextImpl.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 79 of file LLVMContextImpl.h.

References llvm::APFloatBase::Bogus().

◆ isEqual()

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

Definition at line 87 of file LLVMContextImpl.h.

References LHS, and RHS.


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