Home
last modified time | relevance | path

Searched refs:Thresh (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16797 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000)); in FP_TO_INTHelper() local
16802 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in FP_TO_INTHelper()
16805 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()
16811 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()