reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_aff.c
 2623 	    !isl_local_space_is_named_or_nested(aff->ls, dst_type))
 2626 	if (dst_type == isl_dim_out || src_type == isl_dim_out)
 2630 	if (dst_type == isl_dim_div || src_type == isl_dim_div)
 2633 	if (dst_type == isl_dim_in)
 2634 		dst_type = isl_dim_set;
 2641 	if (dst_type == src_type)
 2651 	g_dst_pos = 1 + isl_local_space_offset(aff->ls, dst_type) + dst_pos;
 2652 	if (dst_type > src_type)
 2656 	aff->ls = isl_local_space_move_dims(aff->ls, dst_type, dst_pos,