Searched refs:newF (Results 1 – 1 of 1) sorted by relevance
1049 auto newF = getOrCreateFunction(M, Type::getVoidTy(*Context), in postProcessOCLBuiltinReturnStruct() local1051 newF->setCallingConv(F->getCallingConv()); in postProcessOCLBuiltinReturnStruct()1054 auto NewCI = CallInst::Create(newF, Args, CI->getName(), CI); in postProcessOCLBuiltinReturnStruct()