Home
last modified time | relevance | path

Searched refs:DirectCalleeType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp231 FunctionType *DirectCalleeType = DirectCallee->getFunctionType(); in isPromotionLegal() local
232 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() local
480 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in createDirectCallInst()
483 Type *PTy = DirectCalleeType->getParamType(I); in createDirectCallInst()