LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::MDNodeKeyImpl< DISubrange > Struct Template Reference

#include <LLVMContextImpl.h>

Collaboration diagram for llvm::MDNodeKeyImpl< DISubrange >:
[legend]

Public Member Functions

 MDNodeKeyImpl (int64_t Count, int64_t LowerBound)
 
 MDNodeKeyImpl (const DISubrange *N)
 
bool isKeyOf (const DISubrange *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

int64_t Count
 
int64_t LowerBound
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DISubrange >

Definition at line 290 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DISubrange >::MDNodeKeyImpl ( int64_t  Count,
int64_t  LowerBound 
)
inline

Definition at line 294 of file LLVMContextImpl.h.

Definition at line 296 of file LLVMContextImpl.h.

Member Function Documentation

unsigned llvm::MDNodeKeyImpl< DISubrange >::getHashValue ( ) const
inline

Definition at line 302 of file LLVMContextImpl.h.

References llvm::hash_combine().

bool llvm::MDNodeKeyImpl< DISubrange >::isKeyOf ( const DISubrange RHS) const
inline

Member Data Documentation

int64_t llvm::MDNodeKeyImpl< DISubrange >::Count

Definition at line 291 of file LLVMContextImpl.h.

int64_t llvm::MDNodeKeyImpl< DISubrange >::LowerBound

Definition at line 292 of file LLVMContextImpl.h.


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