Searched refs:NewCallArgs (Results 1 – 1 of 1) sorted by relevance
733 std::vector<Value *> NewCallArgs; in replaceCalledFunction() local765 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()