Searched refs:floatToBits (Results 1 – 4 of 4) sorted by relevance
1710 static APInt floatToBits(float V) { in floatToBits() function
1552 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()1638 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
772 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
4052 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()