Searched refs:NewCallArgs (Results 1 – 1 of 1) sorted by relevance
1418 std::vector<Value *> NewCallArgs; in replaceCalledFunction() local1451 NewCallArgs.push_back(ConstantInt::get(Type::getInt32Ty(M.getContext()), in replaceCalledFunction()1464 NewCallArgs.push_back(ArgumentValue); in replaceCalledFunction()1474 NewCallArgs.push_back(CST); in replaceCalledFunction()1482 NewCallArgs.push_back(ConstantPointerNull::get( in replaceCalledFunction()1489 Call = CallInst::Create(AggFunc->getFunctionType(), AggFunc, NewCallArgs, "", in replaceCalledFunction()