reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  559     return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, Op);
  562   RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
  567   return TLI.makeLibCall(DAG, LC, NVT, Op, CallOptions, SDLoc(N)).first;