Searched refs:CalleeV (Results 1 – 5 of 5) sorted by relevance
267 void addCallGraphEdge(const Value *CalleeV, CalleeInfo Info) { in addCallGraphEdge() argument268 CallGraphEdgeList.push_back(std::make_pair(CalleeV, Info)); in addCallGraphEdge()
113 const Value *CalleeV = CB.getCalledOperand()->stripPointerCasts(); in lowerCall() local114 if (const Function *F = dyn_cast<Function>(CalleeV)) in lowerCall()
1395 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local1397 while (isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()1398 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()1402 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()1407 if (isa<Function>(CalleeV)) in getArgumentAlignment()1408 DirectCallee = CalleeV; in getArgumentAlignment()
1025 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local1027 while(isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()1028 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()1032 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()1037 if (isa<Function>(CalleeV)) in getArgumentAlignment()1038 DirectCallee = CalleeV; in getArgumentAlignment()
1377 const Value *CalleeV = CI->getCalledOperand(); in getArgumentAlignment() local1379 while (isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()1380 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()1384 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()1389 if (const auto *CalleeF = dyn_cast<Function>(CalleeV)) in getArgumentAlignment()