Searched refs:MinExpVal (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2432 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandLdexp() local 2436 const SDValue MinExp = DAG.getConstant(MinExpVal, dl, ExpVT); in expandLdexp() 2445 scalbn(One, MinExpVal + Precision, APFloat::rmNearestTiesToEven); in expandLdexp() 2474 SDValue Increment0 = DAG.getConstant(-(MinExpVal + Precision), dl, ExpVT); in expandLdexp() 2475 SDValue Increment1 = DAG.getConstant(-2 * (MinExpVal + Precision), dl, ExpVT); in expandLdexp() 2480 DAG.getConstant(3 * MinExpVal + 2 * Precision, dl, ExpVT); in expandLdexp() 2490 dl, SetCCVT, N, DAG.getConstant(2 * MinExpVal + Precision, dl, ExpVT), in expandLdexp() 2530 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandFrexp() local 2595 SDValue MinExp = DAG.getConstant(MinExpVal, dl, ExpVT); in expandFrexp()
|