Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h84 struct DenseMapAPFloatKeyInfo { struct
85 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey()
86 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); } in getTombstoneKey()
88 static unsigned getHashValue(const APFloat &Key) { in getHashValue()
92 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()