Searched refs:floatToBits (Results 1 – 5 of 5) sorted by relevance
1493 static APInt floatToBits(float V) { in floatToBits() function
1796 static APInt floatToBits(float V) { in floatToBits() function
1592 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()1679 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
766 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()