Searched refs:MinExpVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2459 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandLdexp() local 2463 const SDValue MinExp = DAG.getSignedConstant(MinExpVal, dl, ExpVT); in expandLdexp() 2472 scalbn(One, MinExpVal + Precision, APFloat::rmNearestTiesToEven); in expandLdexp() 2501 SDValue Increment0 = DAG.getConstant(-(MinExpVal + Precision), dl, ExpVT); in expandLdexp() 2502 SDValue Increment1 = DAG.getConstant(-2 * (MinExpVal + Precision), dl, ExpVT); in expandLdexp() 2507 DAG.getSignedConstant(3 * MinExpVal + 2 * Precision, dl, ExpVT); in expandLdexp() 2518 DAG.getSignedConstant(2 * MinExpVal + Precision, dl, ExpVT), ISD::SETULT); in expandLdexp() 2557 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandFrexp() local 2622 SDValue MinExp = DAG.getSignedConstant(MinExpVal, dl, ExpVT); in expandFrexp()
|