Searched refs:TheVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 20720 EVT TheVT = Value.getValueType(); in FP_TO_INTHelper() local 20723 if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) { in FP_TO_INTHelper() 20780 if (TheVT == MVT::f64) in FP_TO_INTHelper() 20784 else if (TheVT == MVT::f80) in FP_TO_INTHelper() 20791 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper() 20794 *DAG.getContext(), TheVT); in FP_TO_INTHelper() 20819 SDValue FltOfs = DAG.getSelect(DL, TheVT, Cmp, ThreshVal, in FP_TO_INTHelper() 20820 DAG.getConstantFP(0.0, DL, TheVT)); in FP_TO_INTHelper() 20823 Value = DAG.getNode(ISD::STRICT_FSUB, DL, { TheVT, MVT::Other}, in FP_TO_INTHelper() 20827 Value = DAG.getNode(ISD::FSUB, DL, TheVT, Value, FltOfs); in FP_TO_INTHelper() [all …]
|