diff options
Diffstat (limited to 'include/llvm/ADT/APFloat.h')
-rw-r--r-- | include/llvm/ADT/APFloat.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index e0b6db1801..30d998fc3c 100644 --- a/include/llvm/ADT/APFloat.h +++ b/include/llvm/ADT/APFloat.h @@ -277,13 +277,6 @@ namespace llvm { /* Return an arbitrary integer value usable for hashing. */ uint32_t getHashValue() const; - /// getIEEEFloatParts / getIEEEDoubleParts - Return exponent, significant, - /// and sign bit of an IEEE float / IEEE double value. - void getIEEEFloatParts(bool &Sign, uint32_t &Exp, - uint32_t &Significant) const; - void getIEEEDoubleParts(bool &Sign, uint64_t &Exp, - uint64_t &Significant) const; - private: /* Trivial queries. */ |