Searched refs:aff_dom (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_input.c | 3509 isl_set *aff_dom; in isl_stream_read_pw_aff() local 3527 aff_dom = read_aff_domain(s, isl_set_copy(dom), v); in isl_stream_read_pw_aff() 3528 pa = read_pw_aff_with_dom(s, aff_dom, v); in isl_stream_read_pw_aff() 3535 aff_dom = read_aff_domain(s, isl_set_copy(dom), v); in isl_stream_read_pw_aff() 3536 pa_i = read_pw_aff_with_dom(s, aff_dom, v); in isl_stream_read_pw_aff() 4027 isl_set *aff_dom; in read_union_pw_aff_with_dom() local 4031 aff_dom = read_aff_domain(s, isl_set_copy(dom), v); in read_union_pw_aff_with_dom() 4032 pa = read_pw_aff_with_dom(s, aff_dom, v); in read_union_pw_aff_with_dom() 4042 aff_dom = read_aff_domain(s, isl_set_copy(dom), v); in read_union_pw_aff_with_dom() 4043 pa_i = read_pw_aff_with_dom(s, aff_dom, v); in read_union_pw_aff_with_dom()
|