Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2409 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandLdexp() local
2413 const SDValue MinExp = DAG.getConstant(MinExpVal, dl, ExpVT); in expandLdexp()
2422 scalbn(One, MinExpVal + Precision, APFloat::rmNearestTiesToEven); in expandLdexp()
2451 SDValue Increment0 = DAG.getConstant(-(MinExpVal + Precision), dl, ExpVT); in expandLdexp()
2452 SDValue Increment1 = DAG.getConstant(-2 * (MinExpVal + Precision), dl, ExpVT); in expandLdexp()
2457 DAG.getConstant(3 * MinExpVal + 2 * Precision, dl, ExpVT); in expandLdexp()
2467 dl, SetCCVT, N, DAG.getConstant(2 * MinExpVal + Precision, dl, ExpVT), in expandLdexp()
2507 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandFrexp() local
2572 SDValue MinExp = DAG.getConstant(MinExpVal, dl, ExpVT); in expandFrexp()