/* * Copyright 2018 Cerebras Systems * * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, * Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA */ /* Bind the expressions of "multi" to parameters with identifiers * specified by "tuple", living in the same space as * (the target space of) "multi", * returning the elements in the domain where the expressions * are equal to the parameters. */ __isl_give DOM *FN(MULTI(BASE),bind)(__isl_take MULTI(BASE) *multi, __isl_take isl_multi_id *tuple) { … }