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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  316   SDValue PromoteIntRes_LOAD(LoadSDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
   70   case ISD::LOAD:        Res = PromoteIntRes_LOAD(cast<LoadSDNode>(N)); break;