Lines Matching defs:bitcastToAPInt

185    We use bitcastToAPInt() to get the bit representation (in APInt) of the
3670 APInt IEEEFloat::bitcastToAPInt() const {
3727 APInt api = bitcastToAPInt();
3734 APInt api = bitcastToAPInt();
3742 APInt api = bitcastToAPInt();
4974 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
4976 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM);
4977 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
4983 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
4985 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()));
4986 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
4992 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
4993 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()));
4994 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5003 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5005 APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()),
5006 APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM);
5007 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5013 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5015 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5107 APInt DoubleAPFloat::bitcastToAPInt() const {
5110 Floats[0].bitcastToAPInt().getRawData()[0],
5111 Floats[1].bitcastToAPInt().getRawData()[0],
5121 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5127 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5129 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5138 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
5148 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5159 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5170 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt());
5179 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
5225 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
5231 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
5236 *inv = APFloat(semPPCDoubleDouble, Inv.bitcastToAPInt());
5330 *this = APFloat(ToSemantics, U.IEEE.bitcastToAPInt());
5357 NID.Add(bitcastToAPInt());