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

/*
 * Copyright 2013      Ecole Normale Superieure
 *
 * Use of this software is governed by the MIT license
 *
 * Written by Sven Verdoolaege,
 * Ecole Normale Superieure, 45 rue d'Ulm, 75230 Paris, France
 */

#include <isl/set.h>

#include <isl_multi_macro.h>

/* Return the shared domain of the elements of "multi".
 *
 * If "multi" has an explicit domain, then return this domain.
 */
__isl_give isl_set *FN(MULTI(BASE),domain)(__isl_take MULTI(BASE) *multi)
{}