Searched refs:doubleToBits (Results 1 – 13 of 13) sorted by relevance
1504 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT doubleToBits(double V) { in doubleToBits() function
1480 static APInt doubleToBits(double V) { in doubleToBits() function
1799 static APInt doubleToBits(double V) {
1788 static APInt doubleToBits(double V) { in doubleToBits() function
1597 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()1681 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()
1593 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()1676 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
764 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
768 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
770 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
3485 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()
3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
3666 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()