Searched refs:alloc_args (Results 1 – 1 of 1) sorted by relevance
349 SmallVector<Value *, 1> alloc_args; in lowerPrintfForGpu() local350 alloc_args.push_back(sumC); in lowerPrintfForGpu()352 CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI); in lowerPrintfForGpu()