Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp733 std::vector<Value *> NewCallArgs; in replaceCalledFunction() local
765 NewCallArgs.push_back(ConstantInt::get(Type::getInt32Ty(M.getContext()), in replaceCalledFunction()
778 NewCallArgs.push_back(ArgumentValue); in replaceCalledFunction()
788 NewCallArgs.push_back(CST); in replaceCalledFunction()
796 NewCallArgs.push_back(ConstantPointerNull::get( in replaceCalledFunction()
803 Call = CallInst::Create(AggFunc->getFunctionType(), AggFunc, NewCallArgs, "", in replaceCalledFunction()