Searched refs:MaxExpVal (Results 1 – 1 of 1) sorted by relevance
2458 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp() local2462 const SDValue MaxExp = DAG.getSignedConstant(MaxExpVal, dl, ExpVT); in expandLdexp()2465 const SDValue DoubleMaxExp = DAG.getSignedConstant(2 * MaxExpVal, dl, ExpVT); in expandLdexp()2468 APFloat ScaleUpK = scalbn(One, MaxExpVal, APFloat::rmNearestTiesToEven); in expandLdexp()2481 SDValue ClampMaxVal = DAG.getConstant(3 * MaxExpVal, dl, ExpVT); in expandLdexp()