Home
last modified time | relevance | path

Searched refs:newArgs (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.cpp5245 SmallVector<llvm::Value*, 4> newArgs; in replaceUsesOfNonProtoConstant() local
5299 newArgs.append(callSite->arg_begin(), callSite->arg_begin() + argNo); in replaceUsesOfNonProtoConstant()
5308 llvm::CallInst::Create(newFn, newArgs, newBundles, "", callSite); in replaceUsesOfNonProtoConstant()
5312 oldInvoke->getUnwindDest(), newArgs, in replaceUsesOfNonProtoConstant()
5315 newArgs.clear(); // for the next iteration in replaceUsesOfNonProtoConstant()