Searched refs:bitsToDouble (Results 1 – 6 of 6) sorted by relevance
195 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()
1648 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()1659 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()1690 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
1620 double bitsToDouble() const { return BitsToDouble(getWord(0)); } in bitsToDouble() function
756 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
3395 return api.bitsToDouble(); in convertToDouble()
9108 double DpValue = ArgAPInt.bitsToDouble(); in convertToNonDenormSingle()