reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1260 if (!constraint) 1262 ctx = isl_constraint_get_ctx(constraint); 1263 if (pos >= isl_constraint_dim(constraint, type)) 1266 if (isl_constraint_dim(constraint, isl_dim_in) != 0) 1270 pos += offset(constraint, type); 1271 if (isl_int_is_zero(constraint->v->el[pos])) 1276 aff = isl_aff_alloc(isl_local_space_copy(constraint->ls)); 1280 if (isl_int_is_neg(constraint->v->el[pos])) 1281 isl_seq_cpy(aff->v->el + 1, constraint->v->el, aff->v->size - 1); 1283 isl_seq_neg(aff->v->el + 1, constraint->v->el, aff->v->size - 1); 1285 isl_int_abs(aff->v->el[0], constraint->v->el[pos]);