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

References

tools/polly/lib/External/isl/isl_test.c
 2655 	str = "[p0, p1] -> { [] -> [] : "
 2667 	map = isl_map_read_from_str(ctx, str);
 2671 	str = "[C] -> { [obj,a,b,c] : obj <= 38 a + 7 b + 10 c and "
 2673 	set = isl_set_read_from_str(ctx, str);
 2675 	str = "[C] -> { [obj,a,b,c] : C = 8 }";
 2676 	set2 = isl_set_read_from_str(ctx, str);
 2696 	str = "{ [i] -> [i', j] : j = i - 8i' and i' >= 0 and i' <= 7 and "
 2698 	bmap = isl_basic_map_read_from_str(ctx, str);
 2706 	str = "[i] -> { [i', j] : j = i - 8i' and i' >= 0 and i' <= 7 and "
 2708 	set = isl_set_read_from_str(ctx, str);