Home | History | Annotate | Download | only in IPO

Lines Matching defs:FTy

497   FunctionType *FTy = F->getFunctionType();
596 Type *RetTy = FTy->getReturnType();
601 if (Params.empty() && FTy->isVarArg()) {
607 FunctionType *NFTy = FunctionType::get(RetTy, Params, FTy->isVarArg());