Searched refs:doubleToBits (Results 1 – 4 of 4) sorted by relevance
1557 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()1640 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
1744 static APInt doubleToBits(double V) { in doubleToBits() function
775 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
4230 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()