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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  327   SDValue PromoteIntRes_ZExtIntBinOp(SDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
   82   case ISD::UMAX:        Res = PromoteIntRes_ZExtIntBinOp(N); break;
  137   case ISD::UREM:        Res = PromoteIntRes_ZExtIntBinOp(N); break;