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

References

lib/Target/MSP430/MSP430ISelLowering.cpp
  883   if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
  884     Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i16);
  885   else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
  886     Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i16);
  892   Ops.push_back(Callee);