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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

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

Public Attributes

MetadataCountNode
 
int64_t LowerBound
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DISubrange >

Definition at line 326 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 330 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 332 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 349 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 336 of file LLVMContextImpl.h.

References llvm::DISubrange::getCount().

Member Data Documentation

◆ CountNode

Definition at line 327 of file LLVMContextImpl.h.

◆ LowerBound

int64_t llvm::MDNodeKeyImpl< DISubrange >::LowerBound

Definition at line 328 of file LLVMContextImpl.h.


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