Home
last modified time | relevance | path

Searched defs:MDTupleInfo (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h173 struct MDTupleInfo { struct
174 struct KeyTy {
200 static inline MDTuple *getEmptyKey() { in getEmptyKey()
203 static inline MDTuple *getTombstoneKey() { in getTombstoneKey()
206 static unsigned getHashValue(const KeyTy &Key) { return Key.Hash; } in getHashValue()
207 static unsigned getHashValue(const MDTuple *U) { in getHashValue()
210 static bool isEqual(const KeyTy &LHS, const MDTuple *RHS) { in isEqual()
213 static bool isEqual(const MDTuple *LHS, const MDTuple *RHS) { in isEqual()