Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h66 struct DenseMapAPFloatKeyInfo { struct
67 struct KeyTy {
78 static inline KeyTy getEmptyKey() { in getEmptyKey()
81 static inline KeyTy getTombstoneKey() { in getTombstoneKey()
84 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()
87 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { in isEqual()
/external/llvm/lib/IR/
DLLVMContextImpl.h69 struct DenseMapAPFloatKeyInfo { struct
70 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey()
71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey()
72 static unsigned getHashValue(const APFloat &Key) { in getHashValue()
75 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()