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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  294     if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
  294     if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
  296       return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp));
  300     return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
  303     if (!NOutVT.isVector())
  304       return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp));
  312     if (!NOutVT.isVector())
  313       return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
  317     if (!NOutVT.isVector()) {
  330                                            NOutVT.getSizeInBits()),
  332       return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp);
  340     if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
  340     if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
  341       return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp));
  345     if (NOutVT.isVector()) {
  358           return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, InOp);
  364   return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,