Home
last modified time | relevance | path

Searched defs:NFTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp168 FunctionType *NFTy = FunctionType::get(FTy->getReturnType(), Params, false); deleteDeadVarargs() local
864 FunctionType *NFTy = FunctionType::get(NRetTy, Params, FTy->isVarArg()); removeDeadStuffFromFunction() local
H A DExpandVariadics.cpp544 FunctionType *NFTy = inlinableVariadicFunctionType(M, FTy); deriveFixedArityReplacement() local
810 FunctionType *NFTy = inlinableVariadicFunctionType(M, VarargFunctionType); expandCall() local
H A DArgumentPromotion.cpp158 FunctionType *NFTy = FunctionType::get(RetTy, Params, FTy->isVarArg()); doPromotion() local