Polly 19.0.0git
isl_multi_nan_templ.c
Go to the documentation of this file.
1/*
2 * Copyright 2014 Ecole Normale Superieure
3 *
4 * Use of this software is governed by the MIT license
5 *
6 * Written by Sven Verdoolaege,
7 * Ecole Normale Superieure, 45 rue d'Ulm, 75230 Paris, France
8 */
9
10#include <isl_multi_macro.h>
11
12/* Does "multi" involve any NaNs?
13 */
14isl_bool FN(MULTI(BASE),involves_nan)(__isl_keep MULTI(BASE) *multi)
15{
16 return FN(MULTI(BASE),any)(multi, &FN(EL,involves_nan));
17}
#define FN(TYPE, NAME)
#define __isl_keep
Definition: ctx.h:25
isl_bool
Definition: ctx.h:89
#define BASE
Definition: flow_cmp.c:49
#define EL
#define MULTI(BASE)
static bool any(const std::vector< bool > &vector)
Definition: python.cc:576