Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1433 std::vector<Value *> NewCallArgs; in replaceCalledFunction() local
1466 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()