LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::MDNodeSubsetEqualImpl< NodeTy > Struct Template Reference

Configuration point for MDNodeInfo::isEqual(). More...

#include <LLVMContextImpl.h>

Public Types

typedef MDNodeKeyImpl< NodeTy > KeyTy
 

Static Public Member Functions

static bool isSubsetEqual (const KeyTy &LHS, const NodeTy *RHS)
 
static bool isSubsetEqual (const NodeTy *LHS, const NodeTy *RHS)
 

Detailed Description

template<class NodeTy>
struct llvm::MDNodeSubsetEqualImpl< NodeTy >

Configuration point for MDNodeInfo::isEqual().

Definition at line 218 of file LLVMContextImpl.h.

Member Typedef Documentation

template<class NodeTy >
typedef MDNodeKeyImpl<NodeTy> llvm::MDNodeSubsetEqualImpl< NodeTy >::KeyTy

Definition at line 219 of file LLVMContextImpl.h.

Member Function Documentation

template<class NodeTy >
static bool llvm::MDNodeSubsetEqualImpl< NodeTy >::isSubsetEqual ( const KeyTy LHS,
const NodeTy *  RHS 
)
inlinestatic

Definition at line 220 of file LLVMContextImpl.h.

Referenced by llvm::MDNodeInfo< NodeTy >::isEqual().

template<class NodeTy >
static bool llvm::MDNodeSubsetEqualImpl< NodeTy >::isSubsetEqual ( const NodeTy *  LHS,
const NodeTy *  RHS 
)
inlinestatic

Definition at line 223 of file LLVMContextImpl.h.


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