Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:apf

674         APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
675 (void)apf.convertFromAPInt(GV.IntVal,
678 GV.IntVal = apf.bitcastToAPInt();
689 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
690 (void)apf.convertFromAPInt(GV.IntVal,
693 GV.IntVal = apf.bitcastToAPInt();
706 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal);
709 (void)apf.convertToInteger(&v, BitWidth,