Lines Matching defs:bitcastToAPInt

3752 APInt IEEEFloat::bitcastToAPInt() const {
3815 APInt api = bitcastToAPInt();
3822 APInt api = bitcastToAPInt();
3830 APInt api = bitcastToAPInt();
5120 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5122 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM);
5123 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5129 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5131 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()));
5132 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5138 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5139 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()));
5140 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5149 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5151 APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()),
5152 APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM);
5153 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5159 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5161 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5253 APInt DoubleAPFloat::bitcastToAPInt() const {
5256 Floats[0].bitcastToAPInt().getRawData()[0],
5257 Floats[1].bitcastToAPInt().getRawData()[0],
5267 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5273 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5275 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5284 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
5294 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5305 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5316 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5325 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
5371 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
5377 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5382 *inv = APFloat(semPPCDoubleDouble, Inv.bitcastToAPInt());
5476 *this = APFloat(ToSemantics, U.IEEE.bitcastToAPInt());
5506 NID.Add(bitcastToAPInt());