LLVM API Documentation
#include <LLVMContextImpl.h>
Public Member Functions | |
KeyTy (const APFloat &V) | |
bool | operator== (const KeyTy &that) const |
bool | operator!= (const KeyTy &that) const |
Public Attributes | |
APFloat | val |
Friends | |
hash_code | hash_value (const KeyTy &Key) |
Definition at line 73 of file LLVMContextImpl.h.
llvm::DenseMapAPFloatKeyInfo::KeyTy::KeyTy | ( | const APFloat & | V | ) | [inline] |
Definition at line 75 of file LLVMContextImpl.h.
Definition at line 79 of file LLVMContextImpl.h.
References operator==().
Definition at line 76 of file LLVMContextImpl.h.
References llvm::APFloat::bitwiseIsEqual(), and val.
Referenced by operator!=().
hash_code hash_value | ( | const KeyTy & | Key | ) | [friend] |
Definition at line 82 of file LLVMContextImpl.h.
Definition at line 74 of file LLVMContextImpl.h.
Referenced by operator==().