Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContextImpl.h77 struct DenseMapAPFloatKeyInfo { struct
78 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey()
79 static inline APFloat getTombstoneKey() { in getTombstoneKey()
83 static unsigned getHashValue(const APFloat &Key) { in getHashValue()
87 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()