Searched refs:CalleeV (Results 1 – 3 of 3) sorted by relevance
151 const Value *CalleeV = CB.getCalledOperand()->stripPointerCasts(); in lowerCall() local156 CalleeV = cast<ConstantPtrAuth>(CalleeV)->getPointer(); in lowerCall()157 assert(isa<Function>(CalleeV)); in lowerCall()160 if (const Function *F = dyn_cast<Function>(CalleeV)) { in lowerCall()168 } else if (isa<GlobalIFunc>(CalleeV) || isa<GlobalAlias>(CalleeV)) { in lowerCall()172 Info.Callee = MachineOperand::CreateGA(cast<GlobalValue>(CalleeV), 0); in lowerCall()
1360 const Value *CalleeV = Callee.OrigValue->stripPointerCasts(); in lowerChainCall() local1361 if (const Function *F = dyn_cast<Function>(CalleeV)) { in lowerChainCall()
9448 const Value *CalleeV = CB.getCalledOperand(); in LowerCallSiteWithPtrAuthBundle() local9461 if (const auto *CalleeCPA = dyn_cast<ConstantPtrAuth>(CalleeV)) in LowerCallSiteWithPtrAuthBundle()9468 assert(!isa<Function>(CalleeV) && "invalid direct ptrauth call"); in LowerCallSiteWithPtrAuthBundle()9474 LowerCallTo(CB, getValue(CalleeV), CB.isTailCall(), CB.isMustTailCall(), in LowerCallSiteWithPtrAuthBundle()