Searched refs:doubleToBits (Results 1 – 5 of 5) sorted by relevance
1480 static APInt doubleToBits(double V) { in doubleToBits() function
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()
770 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()