reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1021 if (pos < 0 || pos >= isl_local_space_dim(aff->ls, type)) 1021 if (pos < 0 || pos >= isl_local_space_dim(aff->ls, type)) 1027 pos += isl_local_space_offset(aff->ls, type); 1028 if (isl_int_cmp_si(aff->v->el[1 + pos], v) == 0) 1039 isl_int_set_si(aff->v->el[1 + pos], v);