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

/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp600 FunctionType *NFTy = FunctionType::get(RetTy, Params, FTy->isVarArg()); local
H A DDeadArgumentElimination.cpp254 FunctionType *NFTy = FunctionType::get(FTy->getReturnType(), local
874 FunctionType *NFTy = FunctionType::get(NRetTy, Params, FTy->isVarArg()); local

Completed in 101 milliseconds