/* * Copyright 2010 INRIA Saclay * * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France, * Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod, * 91893 Orsay, France */ #include __isl_give PW *FN(PW,neg)(__isl_take PW *pw) { S(PW,un_op_control) control = { .fn_base = &FN(EL,neg) }; return FN(PW,un_op)(pw, &control); }