Lines Matching refs:newF
1049 auto newF = getOrCreateFunction(M, Type::getVoidTy(*Context),1051 newF->setCallingConv(F->getCallingConv());1054 auto NewCI = CallInst::Create(newF, Args, CI->getName(), CI);