Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DLLVMContextImpl.h44 struct DenseMapAPIntKeyInfo { struct
45 struct KeyTy {
59 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } in getEmptyKey()
60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey()
61 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()
64 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { in isEqual()