Home
last modified time | relevance | path

Searched refs:Thresh (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13877 APFloat Thresh(APFloat::IEEEsingle, APInt(32, 0x5f000000)); in FP_TO_INTHelper() local
13882 Status = Thresh.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in FP_TO_INTHelper()
13885 Status = Thresh.convert(APFloat::x87DoubleExtended, in FP_TO_INTHelper()
13891 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()