Lines Matching refs:pwaff
106 isl_pw_aff *pwaff; in test_parse_pwaff() local
108 pwaff = isl_pw_aff_read_from_str(ctx, str); in test_parse_pwaff()
109 assert(pwaff); in test_parse_pwaff()
110 isl_pw_aff_free(pwaff); in test_parse_pwaff()
7664 isl_pw_aff *pwaff; in test_dim_max() local
7673 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7674 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7687 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7688 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7701 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7702 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7718 pwaff = isl_set_dim_max(isl_set_copy(set), 0); in test_dim_max()
7719 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7726 pwaff = isl_set_dim_max(isl_set_copy(set), 3); in test_dim_max()
7727 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7747 pwaff = isl_set_dim_min(set, 2); in test_dim_max()
7748 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7763 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7764 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()