LLVM: llvm::DenseMapInfo< APFloat > Struct Reference (original) (raw)
#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"
Inheritance diagram for llvm::DenseMapInfo< APFloat >:
[legend]
| 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 78 of file LLVMContextImpl.h.
Member Function Documentation
◆ getEmptyKey()
| APFloat llvm::DenseMapInfo< APFloat >::getEmptyKey ( ) | inlinestatic |
|---|
Definition at line 79 of file LLVMContextImpl.h.
References llvm::APFloatBase::Bogus().
◆ getHashValue()
| unsigned llvm::DenseMapInfo< APFloat >::getHashValue ( const APFloat & Key) | inlinestatic |
|---|
Definition at line 84 of file LLVMContextImpl.h.
References llvm::hash_value(), and llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key.
◆ getTombstoneKey()
| APFloat llvm::DenseMapInfo< APFloat >::getTombstoneKey ( ) | inlinestatic |
|---|
Definition at line 80 of file LLVMContextImpl.h.
References llvm::APFloatBase::Bogus().
◆ isEqual()
| bool llvm::DenseMapInfo< APFloat >::isEqual ( const APFloat & LHS, const APFloat & RHS ) | inlinestatic |
|---|
Definition at line 88 of file LLVMContextImpl.h.
The documentation for this struct was generated from the following file:
- lib/IR/LLVMContextImpl.h