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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  547   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  548   SDLoc dl(N);
  550   if (getTypeAction(N->getOperand(0).getValueType())
  552     SDValue Res = GetPromotedInteger(N->getOperand(0));
  559       if (N->getOpcode() == ISD::SIGN_EXTEND)
  561                            DAG.getValueType(N->getOperand(0).getValueType()));
  562       if (N->getOpcode() == ISD::ZERO_EXTEND)
  564                       N->getOperand(0).getValueType().getScalarType());
  565       assert(N->getOpcode() == ISD::ANY_EXTEND && "Unknown integer extension!");
  571   return DAG.getNode(N->getOpcode(), dl, NVT, N->getOperand(0));
  571   return DAG.getNode(N->getOpcode(), dl, NVT, N->getOperand(0));