Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20591 EVT TheVT = Value.getValueType(); in FP_TO_INTHelper() local
20594 if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) { in FP_TO_INTHelper()
20651 if (TheVT == MVT::f64) in FP_TO_INTHelper()
20655 else if (TheVT == MVT::f80) in FP_TO_INTHelper()
20662 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()
20665 *DAG.getContext(), TheVT); in FP_TO_INTHelper()
20690 SDValue FltOfs = DAG.getSelect(DL, TheVT, Cmp, ThreshVal, in FP_TO_INTHelper()
20691 DAG.getConstantFP(0.0, DL, TheVT)); in FP_TO_INTHelper()
20694 Value = DAG.getNode(ISD::STRICT_FSUB, DL, { TheVT, MVT::Other}, in FP_TO_INTHelper()
20698 Value = DAG.getNode(ISD::FSUB, DL, TheVT, Value, FltOfs); in FP_TO_INTHelper()
[all …]