Searched refs:SymbolicCallee (Results 1 – 2 of 2) sorted by relevance
7331 else if (auto* SymbolicCallee = dyn_cast<GlobalAddressSDNode>(Callee)) in visitPatchpoint() local7332 Callee = DAG.getTargetGlobalAddress(SymbolicCallee->getGlobal(), in visitPatchpoint()7333 SDLoc(SymbolicCallee), in visitPatchpoint()7334 SymbolicCallee->getValueType(0)); in visitPatchpoint()
8100 else if (auto* SymbolicCallee = dyn_cast<GlobalAddressSDNode>(Callee)) in visitPatchpoint() local8101 Callee = DAG.getTargetGlobalAddress(SymbolicCallee->getGlobal(), in visitPatchpoint()8102 SDLoc(SymbolicCallee), in visitPatchpoint()8103 SymbolicCallee->getValueType(0)); in visitPatchpoint()