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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  858   SDValue Op = GetPromotedInteger(N->getOperand(0));
  859   return DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N),
  860                      Op.getValueType(), Op, N->getOperand(1));