Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21717 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper() local
21723 Cmp = DAG.getSetCC(DL, ResVT, Value, ThreshVal, ISD::SETGE, Chain, in FP_TO_INTHelper()
21727 Cmp = DAG.getSetCC(DL, ResVT, Value, ThreshVal, ISD::SETGE); in FP_TO_INTHelper()
21745 SDValue FltOfs = DAG.getSelect(DL, TheVT, Cmp, ThreshVal, in FP_TO_INTHelper()