Searched refs:Thresh (Results 1 – 2 of 2) sorted by relevance
206 #define Thresh WORD * 8 macro217 CMPLI rl, Thresh
20061 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000)); in FP_TO_INTHelper() local20066 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in FP_TO_INTHelper()20069 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()20075 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()