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

References

lib/Target/ARC/ARCISelLowering.cpp
  324   if (auto *G = dyn_cast<GlobalAddressSDNode>(Callee))
  325     Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32);
  326   else if (auto *E = dyn_cast<ExternalSymbolSDNode>(Callee))
  327     Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i32);
  337   Ops.push_back(Callee);