Searched refs:doubleToBits (Results 1 – 4 of 4) sorted by relevance
1635 static APInt doubleToBits(double V) { in doubleToBits() function
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()
3691 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()