<div dir="ltr"><p style="margin-top:0px;font-family:Helvetica,Arial,sans-serif;font-size:15px">Hi all,</p><p style="font-family:Helvetica,Arial,sans-serif;font-size:15px">I want to extract the actual value of an X86_FP80 APFloat Constant. Is there any API with which I can get the value of mantissa and exponent?</p><p style="font-family:Helvetica,Arial,sans-serif;font-size:15px">I tried ConvertToHexString, but for x86_fp80 0xK8FFFC000000000000000, it just returns nan, instead I want the actual byte information.</p><p style="font-family:Helvetica,Arial,sans-serif;font-size:15px">There are APIs like convertToDouble and convertToFloat for APFloat single and double precision, I am looking for something similar for extended precision(X86_FP80).</p><p style="font-family:Helvetica,Arial,sans-serif;font-size:15px">Thanks,<br>Akash</p></div>