/* * 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 */ #include <isl_pw_macro.h> #undef VAL #define VAL … /* Add "v" to the constant term of "pw" over its entire definition domain. */ __isl_give PW *FN(FN(PW,add_constant),VAL_BASE)(__isl_take PW *pw, __isl_take VAL *v) { … }