LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Friends | List of all members
llvm::DenseMapAPFloatKeyInfo::KeyTy Struct Reference

#include <LLVMContextImpl.h>

Collaboration diagram for llvm::DenseMapAPFloatKeyInfo::KeyTy:
Collaboration graph
[legend]

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)
 

Detailed Description

Definition at line 70 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::DenseMapAPFloatKeyInfo::KeyTy::KeyTy ( const APFloat V)
inline

Definition at line 72 of file LLVMContextImpl.h.

Member Function Documentation

bool llvm::DenseMapAPFloatKeyInfo::KeyTy::operator!= ( const KeyTy that) const
inline

Definition at line 76 of file LLVMContextImpl.h.

References operator==().

bool llvm::DenseMapAPFloatKeyInfo::KeyTy::operator== ( const KeyTy that) const
inline

Definition at line 73 of file LLVMContextImpl.h.

References llvm::APFloat::bitwiseIsEqual(), and val.

Referenced by operator!=().

Friends And Related Function Documentation

hash_code hash_value ( const KeyTy Key)
friend

Definition at line 79 of file LLVMContextImpl.h.

Member Data Documentation

APFloat llvm::DenseMapAPFloatKeyInfo::KeyTy::val

Definition at line 71 of file LLVMContextImpl.h.

Referenced by operator==().


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