Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22028 EVT TheVT = Value.getValueType(); in FP_TO_INTHelper() local
22031 if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) { in FP_TO_INTHelper()
22088 if (TheVT == MVT::f64) in FP_TO_INTHelper()
22092 else if (TheVT == MVT::f80) in FP_TO_INTHelper()
22099 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()
22102 *DAG.getContext(), TheVT); in FP_TO_INTHelper()
22127 SDValue FltOfs = DAG.getSelect(DL, TheVT, Cmp, ThreshVal, in FP_TO_INTHelper()
22128 DAG.getConstantFP(0.0, DL, TheVT)); in FP_TO_INTHelper()
22131 Value = DAG.getNode(ISD::STRICT_FSUB, DL, { TheVT, MVT::Other}, in FP_TO_INTHelper()
22135 Value = DAG.getNode(ISD::FSUB, DL, TheVT, Value, FltOfs); in FP_TO_INTHelper()
[all …]