Searched refs:doubleToBits (Results 1 – 13 of 13) sorted by relevance
1504 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT doubleToBits(double V) { in doubleToBits() function
1322 static APInt doubleToBits(double V) { in doubleToBits() function
1480 static APInt doubleToBits(double V) { in doubleToBits() function
1724 static APInt doubleToBits(double V) { in doubleToBits() function
668 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
1544 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()1628 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
1545 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()1629 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
768 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
771 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
1068 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
3292 initFromAPInt(APInt::doubleToBits(d)); in APFloat()
3485 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()
3309 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()