Polly 19.0.0git
isl_multi_min_max_templ.c
Go to the documentation of this file.
1/*
2 * Copyright 2019 Cerebras Systems
3 *
4 * Use of this software is governed by the MIT license
5 *
6 * Written by Sven Verdoolaege,
7 * Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA
8 */
9
10/* Return the (elementwise) minimum of "multi1" and "multi2".
11 */
13 __isl_take MULTI(BASE) *multi2)
14{
15 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,min));
16}
17
18/* Return the (elementwise) maximum of "multi1" and "multi2".
19 */
21 __isl_take MULTI(BASE) *multi2)
22{
23 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,max));
24}
#define FN(TYPE, NAME)
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
#define BASE
Definition: flow_cmp.c:49
#define EL
#define MULTI(BASE)
static std::vector< Signature > bin_op