Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h42 struct DenseMapAPIntKeyInfo { struct
43 struct KeyTy {
55 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } in getEmptyKey()
56 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey()
57 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()
61 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { in isEqual()
/external/llvm/lib/IR/
DLLVMContextImpl.h50 struct DenseMapAPIntKeyInfo { struct
51 static inline APInt getEmptyKey() { in getEmptyKey()
56 static inline APInt getTombstoneKey() { in getTombstoneKey()
61 static unsigned getHashValue(const APInt &Key) { in getHashValue()
64 static bool isEqual(const APInt &LHS, const APInt &RHS) { in isEqual()