/* * Copyright 2011 Sven Verdoolaege * Copyright 2012 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_multi_macro.h> /* Extract a multi expression with domain space "dom_space" * from a tuple "tuple" that was read by read_tuple. * * Check that none of the expressions depend on any other output/set dimensions. */ static MULTI(BASE) *FN(MULTI(BASE),from_tuple)( __isl_take isl_space *dom_space, __isl_take isl_multi_pw_aff *tuple) { … }