Searched refs:floatToBits (Results 1 – 13 of 13) sorted by relevance
1517 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT floatToBits(float V) { in floatToBits() function
1493 static APInt floatToBits(float V) { in floatToBits() function
1807 static APInt floatToBits(float V) {
1796 static APInt floatToBits(float V) { in floatToBits() function
1588 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()1674 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
1540 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()1627 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
1592 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()1679 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
760 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
766 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
764 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
3481 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()
3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
3662 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()