Searched refs:Thresh (Results 1 – 1 of 1) sorted by relevance
20648 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000)); in FP_TO_INTHelper() local20653 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in FP_TO_INTHelper()20656 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()20662 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()