llvm/polly/lib/External/isl/isl_multi_align_templ.c

/*
 * Copyright 2017      Sven Verdoolaege
 *
 * Use of this software is governed by the MIT license
 *
 * Written by Sven Verdoolaege,
 */

/* Align the parameters of "multi" and "domain" (if needed) and
 * call "fn".
 */
static __isl_give MULTI(BASE) *FN(FN(MULTI(BASE),align_params),ALIGN_DOMBASE)(
	__isl_take MULTI(BASE) *multi, __isl_take ALIGN_DOM *domain,
	__isl_give MULTI(BASE) *fn(__isl_take MULTI(BASE) *multi,
		__isl_take ALIGN_DOM *domain))
{}