Searched refs:DirectCalleeType (Results 1 – 1 of 1) sorted by relevance
231 FunctionType *DirectCalleeType = DirectCallee->getFunctionType(); in isPromotionLegal() local232 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in isPromotionLegal()236 if (ParamNum != ArgNum && !DirectCalleeType->isVarArg()) in isPromotionLegal()240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal()479 FunctionType *DirectCalleeType = DirectCallee->getFunctionType(); in createDirectCallInst() local480 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in createDirectCallInst()483 Type *PTy = DirectCalleeType->getParamType(I); in createDirectCallInst()