Searched refs:newArgTypes (Results 1 – 3 of 3) sorted by relevance
64 auto newArgTypes = llvm::to_vector<6>( in updateFuncOp() local66 auto newFunctionType = FunctionType::get(func.getContext(), newArgTypes, in updateFuncOp()
369 TypeRange newArgTypes = function_interface_impl::insertTypesInto(373 return $_op.cloneTypeWith(newArgTypes, newResultTypes);382 TypeRange newArgTypes = function_interface_impl::filterTypesOut(386 return $_op.cloneTypeWith(newArgTypes, newResultTypes);390 TypeRange newArgTypes = function_interface_impl::filterTypesOut(392 return $_op.cloneTypeWith(newArgTypes, $_op.getResultTypes());
170 TypeRange newArgTypes = function_interface_impl::insertTypesInto( in getWithArgsAndResults() local174 return clone(newArgTypes, newResultTypes); in getWithArgsAndResults()182 TypeRange newArgTypes = function_interface_impl::filterTypesOut( in getWithoutArgsAndResults() local186 return clone(newArgTypes, newResultTypes); in getWithoutArgsAndResults()