Searched refs:PURE_VAR (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_transitive_closure.c278 #define PURE_VAR 2 macro
323 * Return PURE_VAR if only the coefficients of the set variables are non-zero.
348 case PURE_VAR: v = 1; break;
353 return PURE_VAR;
370 * then the type is PURE_VAR.
407 case PURE_VAR: v = 1; break;
411 div_purity[i] = v ? p ? IMPURE : PURE_VAR : PURE_PARAM;
449 * and so the constraints are obviously PURE_VAR.
465 int p = PURE_VAR;
470 if (p != PURE_VAR
[all...]

Completed in 77 milliseconds