Home
last modified time | relevance | path

Searched refs:SymbolicCallee (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6837 else if (auto* SymbolicCallee = dyn_cast<GlobalAddressSDNode>(Callee)) in visitPatchpoint() local
6838 Callee = DAG.getTargetGlobalAddress(SymbolicCallee->getGlobal(), in visitPatchpoint()
6839 SDLoc(SymbolicCallee), in visitPatchpoint()
6840 SymbolicCallee->getValueType(0)); in visitPatchpoint()