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