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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  328   SDValue PromoteIntRes_SExtIntBinOp(SDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
   80   case ISD::SMAX:        Res = PromoteIntRes_SExtIntBinOp(N); break;
  134   case ISD::SREM:        Res = PromoteIntRes_SExtIntBinOp(N); break;