Searched refs:AsIntVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2414 EVT AsIntVT = VT.changeTypeToInteger(); in expandLdexp() local 2415 if (AsIntVT == EVT()) // TODO: How to handle f80? in expandLdexp() 2512 SDValue CastExpToValTy = DAG.getZExtOrTrunc(BiasedN, dl, AsIntVT); in expandLdexp() 2514 SDValue AsInt = DAG.getNode(ISD::SHL, dl, AsIntVT, CastExpToValTy, in expandLdexp() 2525 EVT AsIntVT = VT.changeTypeToInteger(); in expandFrexp() local 2526 if (AsIntVT == EVT()) // TODO: How to handle f80? in expandFrexp() 2550 AsIntVT); in expandFrexp() 2554 AsIntVT); in expandFrexp() 2558 DAG.getConstant(APFloat::getInf(FltSem).bitcastToAPInt(), dl, AsIntVT); in expandFrexp() 2567 SDValue SignMask = DAG.getConstant(SignMaskVal, dl, AsIntVT); in expandFrexp() [all …]
|