Add new APFloat methods that return sign, exp, and mantissa of ieee float and double...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 27 Oct 2009 21:35:42 +0000 (21:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 27 Oct 2009 21:35:42 +0000 (21:35 +0000)
commit99ebfa5f6c6f24fdce4cdd3de1adbc4a282db337
treebc25075b79ae47b04c8ae7d8c884d39878a97185
parent2688bcbee188c1b5071f3a2b38923cd06013f490
Add new APFloat methods that return sign, exp, and mantissa of ieee float and double values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85318 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp