Searched refs:BitsToFloat (Results 1 – 13 of 13) sorted by relevance
322 static inline float BitsToFloat(uint32_t Bits) { in BitsToFloat() function
190 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
234 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
538 inline float BitsToFloat(uint32_t Bits) {
560 inline float BitsToFloat(uint32_t Bits) {
581 inline float BitsToFloat(uint32_t Bits) {
630 O << Imm << '(' << BitsToFloat(Imm) << ')'; in printLiteral()
669 Constant *UINT_MAX_PLUS_1 = ConstantFP::get(F32Ty, BitsToFloat(0x4f800000)); in expandDivRem32()
5845 const APFloat K0Val(BitsToFloat(0x6f800000)); in lowerFDIV_FAST()5848 const APFloat K1Val(BitsToFloat(0x2f800000)); in lowerFDIV_FAST()
1717 return BitsToFloat(getWord(0)); in bitsToFloat()
186 const float F = BitsToFloat(Imm.Val); in isInlinableImm()377 APFloat F(BitsToFloat(Val)); in addImmOperands()
1297 O << Imm << '(' << BitsToFloat(Imm) << ')'; in printLiteral()
2170 const APFloat K0Val(BitsToFloat(0x6f800000)); in LowerFDIV32()2173 const APFloat K1Val(BitsToFloat(0x2f800000)); in LowerFDIV32()