Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21703 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000)); in FP_TO_INTHelper() local
21708 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in FP_TO_INTHelper()
21711 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()
21717 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()