Searched refs:NewCallArgs (Results 1 – 1 of 1) sorted by relevance
1433 std::vector<Value *> NewCallArgs; in replaceCalledFunction() local1466 NewCallArgs.push_back(ConstantInt::get(Type::getInt32Ty(M.getContext()), in replaceCalledFunction()1479 NewCallArgs.push_back(ArgumentValue); in replaceCalledFunction()1488 NewCallArgs.push_back(CST); in replaceCalledFunction()1496 NewCallArgs.push_back(ConstantPointerNull::get( in replaceCalledFunction()1503 Call = CallInst::Create(AggFunc->getFunctionType(), AggFunc, NewCallArgs, "", in replaceCalledFunction()