LLVM API Documentation

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

#include <LLVMContextImpl.h>

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

List of all members.

Public Member Functions

 KeyTy (const APInt &V, Type *Ty)
bool operator== (const KeyTy &that) const
bool operator!= (const KeyTy &that) const

Public Attributes

APInt val
Typetype

Friends

hash_code hash_value (const KeyTy &Key)

Detailed Description

Definition at line 48 of file LLVMContextImpl.h.


Constructor & Destructor Documentation

Definition at line 51 of file LLVMContextImpl.h.


Member Function Documentation

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

Definition at line 55 of file LLVMContextImpl.h.

References operator==().

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

Definition at line 52 of file LLVMContextImpl.h.

References type, and val.

Referenced by operator!=().


Friends And Related Function Documentation

hash_code hash_value ( const KeyTy Key) [friend]

Definition at line 58 of file LLVMContextImpl.h.


Member Data Documentation

Definition at line 50 of file LLVMContextImpl.h.

Referenced by operator==().

Definition at line 49 of file LLVMContextImpl.h.

Referenced by operator==().


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