Lines Matching refs:pwaff
104 isl_pw_aff *pwaff; in test_parse_pwaff() local
106 pwaff = isl_pw_aff_read_from_str(ctx, str); in test_parse_pwaff()
107 assert(pwaff); in test_parse_pwaff()
108 isl_pw_aff_free(pwaff); in test_parse_pwaff()
7486 isl_pw_aff *pwaff; in test_dim_max() local
7495 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7496 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7509 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7510 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7523 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7524 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7540 pwaff = isl_set_dim_max(isl_set_copy(set), 0); in test_dim_max()
7541 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7548 pwaff = isl_set_dim_max(isl_set_copy(set), 3); in test_dim_max()
7549 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7569 pwaff = isl_set_dim_min(set, 2); in test_dim_max()
7570 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()
7585 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7586 set1 = isl_set_from_pw_aff(pwaff); in test_dim_max()