/* * Copyright 2019 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 */ /* Given a function defined over a parameter domain, * convert it to a function defined over a domain corresponding * to "domain". */ __isl_give TYPE *FN(TYPE,insert_domain)(__isl_take TYPE *obj, __isl_take isl_space *domain) { … }