Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp163 FunctionType *NFTy = FunctionType::get(FTy->getReturnType(), in DeleteDeadVarargs() local
864 FunctionType *NFTy = FunctionType::get(NRetTy, Params, FTy->isVarArg()); in RemoveDeadStuffFromFunction() local
H A DArgumentPromotion.cpp217 FunctionType *NFTy = FunctionType::get(RetTy, Params, FTy->isVarArg()); in doPromotion() local