Searched refs:MaxExpVal (Results 1 – 1 of 1) sorted by relevance
2431 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp() local2435 const SDValue MaxExp = DAG.getConstant(MaxExpVal, dl, ExpVT); in expandLdexp()2438 const SDValue DoubleMaxExp = DAG.getConstant(2 * MaxExpVal, dl, ExpVT); in expandLdexp()2441 APFloat ScaleUpK = scalbn(One, MaxExpVal, APFloat::rmNearestTiesToEven); in expandLdexp()2454 SDValue ClampMaxVal = DAG.getConstant(3 * MaxExpVal, dl, ExpVT); in expandLdexp()