Searched refs:NewArgTypes (Results 1 – 1 of 1) sorted by relevance
117 SmallVector<Type *> NewArgTypes; in substituteOperandWithArgument() local118 llvm::append_range(NewArgTypes, OldF->getFunctionType()->params()); in substituteOperandWithArgument()119 size_t ArgOffset = NewArgTypes.size(); in substituteOperandWithArgument()121 NewArgTypes.push_back(V->getType()); in substituteOperandWithArgument()123 FunctionType::get(OldF->getFunctionType()->getReturnType(), NewArgTypes, in substituteOperandWithArgument()