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::DenseMapAPIntKeyInfo::KeyTy Struct Reference

#include <LLVMContextImpl.h>

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

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

Constructor & Destructor Documentation

llvm::DenseMapAPIntKeyInfo::KeyTy::KeyTy ( const APInt V,
Type Ty 
)
inline

Definition at line 48 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 52 of file LLVMContextImpl.h.

References operator==().

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

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

Member Data Documentation

Type* llvm::DenseMapAPIntKeyInfo::KeyTy::type

Definition at line 47 of file LLVMContextImpl.h.

Referenced by operator==().

APInt llvm::DenseMapAPIntKeyInfo::KeyTy::val

Definition at line 46 of file LLVMContextImpl.h.

Referenced by operator==().


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