reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 isl_multi_val_free(bounds->lower); 83 bounds->lower = isl_multi_val_zero(space); 84 n = isl_multi_val_dim(bounds->lower, isl_dim_set); 87 bounds->lower = isl_multi_val_set_val(bounds->lower, i, v); 87 bounds->lower = isl_multi_val_set_val(bounds->lower, i, v); 90 if (!bounds->lower || !bounds->upper) 105 isl_multi_val_dump(bounds->lower); 145 return isl_multi_val_get_val(bounds->lower, pos); 156 bounds->lower = isl_multi_val_set_val(bounds->lower, pos, lower); 156 bounds->lower = isl_multi_val_set_val(bounds->lower, pos, lower); 157 if (!bounds->lower) 184 n = isl_multi_val_dim(bounds->lower, isl_dim_set); 188 v = isl_multi_val_get_val(bounds->lower, i);