Searched refs:DirectCallee (Results 1 – 3 of 3) sorted by relevance
218 Function *DirectCallee = Symtab->getFunction(Target); in isPromotionLegal() local219 if (DirectCallee == nullptr) in isPromotionLegal()224 Type *FuncRetType = DirectCallee->getReturnType(); in isPromotionLegal()231 FunctionType *DirectCalleeType = DirectCallee->getFunctionType(); in isPromotionLegal()250 TargetFunction = DirectCallee; in isPromotionLegal()311 static void createIfThenElse(Instruction *Inst, Function *DirectCallee, in createIfThenElse() argument324 BBBuilder.CreateBitCast(DirectCallee, Type::getInt8PtrTy(Ctx), ""); in createIfThenElse()426 Function *DirectCallee) { in insertCallRetCast() argument431 Type *FuncRetType = DirectCallee->getReturnType(); in insertCallRetCast()454 Function *DirectCallee, in createDirectCallInst() argument[all …]
1042 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall() local1043 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DirectCallee)) in getSimpleCall()
1011 const Value *DirectCallee = CS->getCalledFunction(); in getArgumentAlignment() local1013 if (!DirectCallee) { in getArgumentAlignment()1038 DirectCallee = CalleeV; in getArgumentAlignment()1044 if (DirectCallee) in getArgumentAlignment()1045 if (llvm::getAlign(*cast<Function>(DirectCallee), Idx, Align)) in getArgumentAlignment()