Searched refs:AsIntVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2391 EVT AsIntVT = VT.changeTypeToInteger(); in expandLdexp() local 2392 if (AsIntVT == EVT()) // TODO: How to handle f80? in expandLdexp() 2489 SDValue CastExpToValTy = DAG.getZExtOrTrunc(BiasedN, dl, AsIntVT); in expandLdexp() 2502 EVT AsIntVT = VT.changeTypeToInteger(); in expandFrexp() local 2503 if (AsIntVT == EVT()) // TODO: How to handle f80? in expandFrexp() 2527 AsIntVT); in expandFrexp() 2531 AsIntVT); in expandFrexp() 2544 SDValue SignMask = DAG.getConstant(SignMaskVal, dl, AsIntVT); in expandFrexp() 2560 SDValue AsInt = DAG.getNode(ISD::BITCAST, dl, AsIntVT, Val); in expandFrexp() 2580 DAG.getNode(ISD::AND, dl, AsIntVT, ScaledAsInt, ExpMask); in expandFrexp() [all …]
|