|
LLVM
8.0.1
|
DenseMapInfo for MDTuple. More...
#include "IR/LLVMContextImpl.h"


Public Member Functions | |
| MDNodeKeyImpl (ArrayRef< Metadata *> Ops) | |
| MDNodeKeyImpl (const MDTuple *N) | |
| bool | isKeyOf (const MDTuple *RHS) const |
| unsigned | getHashValue () const |
Public Member Functions inherited from llvm::MDNodeOpsKey | |
| unsigned | getHash () const |
Static Public Member Functions | |
| static unsigned | calculateHash (MDTuple *N) |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::MDNodeOpsKey | |
| 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 inherited from llvm::MDNodeOpsKey | |
| static unsigned | calculateHash (MDNode *N, unsigned Offset=0) |
DenseMapInfo for MDTuple.
Note that we don't need the is-function-local bit, since that's implicit in the operands.
Definition at line 264 of file LLVMContextImpl.h.
|
inline |
Definition at line 265 of file LLVMContextImpl.h.
|
inline |
Definition at line 266 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 272 of file LLVMContextImpl.h.
References llvm::MDNodeOpsKey::calculateHash().
|
inline |
Definition at line 270 of file LLVMContextImpl.h.
|
inline |
Definition at line 268 of file LLVMContextImpl.h.
1.8.13