LLVM API Documentation

Public Member Functions | Public Attributes | Friends
llvm::DenseMapAPFloatKeyInfo::KeyTy Struct Reference

#include <LLVMContextImpl.h>

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

List of all members.

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 73 of file LLVMContextImpl.h.


Constructor & Destructor Documentation

Definition at line 75 of file LLVMContextImpl.h.


Member Function Documentation

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

Definition at line 79 of file LLVMContextImpl.h.

References operator==().

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

Definition at line 76 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 82 of file LLVMContextImpl.h.


Member Data Documentation

Definition at line 74 of file LLVMContextImpl.h.

Referenced by operator==().


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