Searched refs:fType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp518 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false); local
519 NewFn = Function::Create(fType, F->getLinkage(), F->getAddressSpace(),
534 FunctionType* fType = FunctionType::get(F->getReturnType(), Tys, false); local
535 NewFn = Function::Create(fType, F->getLinkage(), F->getAddressSpace(),

Completed in 1417 milliseconds