Searched refs:NVT0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 759 EVT NVT0 = TLI.getTypeToTransformTo(*DAG.getContext(), VT0); in SoftenFloatRes_FFREXP() local 769 return DAG.getMergeValues({DAG.getPOISON(NVT0), PoisonExp}, DL); in SoftenFloatRes_FFREXP() 785 auto [ReturnVal, Chain] = TLI.makeLibCall(DAG, LC, NVT0, Ops, CallOptions, DL, in SoftenFloatRes_FFREXP()
|