Searched refs:AsIntVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2441 EVT AsIntVT = VT.changeTypeToInteger(); in expandLdexp() local 2442 if (AsIntVT == EVT()) // TODO: How to handle f80? in expandLdexp() 2539 SDValue CastExpToValTy = DAG.getZExtOrTrunc(BiasedN, dl, AsIntVT); in expandLdexp() 2541 SDValue AsInt = DAG.getNode(ISD::SHL, dl, AsIntVT, CastExpToValTy, in expandLdexp() 2552 EVT AsIntVT = VT.changeTypeToInteger(); in expandFrexp() local 2553 if (AsIntVT == EVT()) // TODO: How to handle f80? in expandFrexp() 2577 AsIntVT); in expandFrexp() 2581 AsIntVT); in expandFrexp() 2585 DAG.getConstant(APFloat::getInf(FltSem).bitcastToAPInt(), dl, AsIntVT); in expandFrexp() 2594 SDValue SignMask = DAG.getConstant(SignMaskVal, dl, AsIntVT); in expandFrexp() [all …]
|