Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13891 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper() local
13896 Value, ThreshVal, ISD::SETLT); in FP_TO_INTHelper()
13900 SDValue Sub = DAG.getNode(ISD::FSUB, DL, TheVT, Value, ThreshVal); in FP_TO_INTHelper()
13903 Value, ThreshVal, ISD::SETLT); in FP_TO_INTHelper()