Searched refs:printfArgs (Results 1 – 1 of 1) sorted by relevance
335 SmallVector<Value, 4> printfArgs; in matchAndRewrite() local336 printfArgs.reserve(argsRange.size() + 1); in matchAndRewrite()337 printfArgs.push_back(stringStart); in matchAndRewrite()338 printfArgs.append(argsRange.begin(), argsRange.end()); in matchAndRewrite()340 rewriter.create<LLVM::CallOp>(loc, printfDecl, printfArgs); in matchAndRewrite()