Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp232 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in isPromotionLegal()
480 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in createDirectCallInst()
/external/llvm/include/llvm/IR/
DType.h332 inline unsigned getFunctionNumParams() const;
DDerivedTypes.h151 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function