LLVM  3.7.0
Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
llvm::MDNodeOpsKey Class Reference

Structure for hashing arbitrary MDNode operands. More...

#include <LLVMContextImpl.h>

Inheritance diagram for llvm::MDNodeOpsKey:
[legend]

Public Member Functions

unsigned getHash () const
 

Protected Member Functions

 MDNodeOpsKey (ArrayRef< Metadata * > Ops)
 
template<class NodeTy >
 MDNodeOpsKey (const NodeTy *N, unsigned Offset=0)
 
template<class NodeTy >
bool compareOps (const NodeTy *RHS, unsigned Offset=0) const
 

Static Protected Member Functions

static unsigned calculateHash (MDNode *N, unsigned Offset=0)
 

Detailed Description

Structure for hashing arbitrary MDNode operands.

Definition at line 171 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeOpsKey::MDNodeOpsKey ( ArrayRef< Metadata * >  Ops)
inlineprotected

Definition at line 178 of file LLVMContextImpl.h.

template<class NodeTy >
llvm::MDNodeOpsKey::MDNodeOpsKey ( const NodeTy *  N,
unsigned  Offset = 0 
)
inlineprotected

Definition at line 182 of file LLVMContextImpl.h.

Member Function Documentation

unsigned MDNodeOpsKey::calculateHash ( MDNode N,
unsigned  Offset = 0 
)
staticprotected
template<class NodeTy >
bool llvm::MDNodeOpsKey::compareOps ( const NodeTy *  RHS,
unsigned  Offset = 0 
) const
inlineprotected

Definition at line 186 of file LLVMContextImpl.h.

References getHash().

unsigned llvm::MDNodeOpsKey::getHash ( ) const
inline

Definition at line 208 of file LLVMContextImpl.h.

Referenced by compareOps().


The documentation for this class was generated from the following files: