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 70 of file LLVMContextImpl.h.
|
inline |
Definition at line 72 of file LLVMContextImpl.h.
Definition at line 76 of file LLVMContextImpl.h.
References operator==().
Definition at line 73 of file LLVMContextImpl.h.
References llvm::APFloat::bitwiseIsEqual(), and val.
Referenced by operator!=().
Definition at line 79 of file LLVMContextImpl.h.
APFloat llvm::DenseMapAPFloatKeyInfo::KeyTy::val |
Definition at line 71 of file LLVMContextImpl.h.
Referenced by operator==().