Home
last modified time | relevance | path

Searched refs:isl_set_dim_max (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dutil.c94 bound = isl_set_dim_max(isl_set_copy(set), i); in ppcg_size_from_extent()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c7583 pa = isl_set_dim_max(set, 0); in test_dim_max_2()
7603 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7617 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7631 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
7648 pwaff = isl_set_dim_max(isl_set_copy(set), 0); in test_dim_max()
7656 pwaff = isl_set_dim_max(isl_set_copy(set), 3); in test_dim_max()
7693 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
H A Disl_aff.c6704 return set_opt_mpa(set, &isl_set_dim_max); in isl_set_max_multi_pw_aff()
H A Disl_map.c7543 __isl_give isl_pw_aff *isl_set_dim_max(__isl_take isl_set *set, int pos) in isl_set_dim_max() function
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dset.h590 __isl_give isl_pw_aff *isl_set_dim_max(__isl_take isl_set *set, int pos);
H A Disl-noexceptions.h18642 auto res = isl_set_dim_max(copy(), pos); in dim_max()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2941 isl_pw_aff *Bound = isl_set_dim_max(isl_set_copy(Dom), 0); in setArrayBounds()
3344 isl_pw_aff *Max = isl_set_dim_max(isl_set_copy(Set), i); in approxPointsInSet()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod6577 __isl_give isl_pw_aff *isl_set_dim_max(