Searched refs:isl_basic_map_identity (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_transitive_closure.c448 id = isl_basic_map_identity(isl_basic_map_get_space(path));
662 return isl_basic_map_union(path, isl_basic_map_identity(space));
H A Disl_map.c8960 __isl_give isl_basic_map *isl_basic_map_identity(__isl_take isl_space *space) function
8980 return isl_map_from_basic_map(isl_basic_map_identity(space));
12015 id = isl_basic_map_identity(space);
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmap.h120 __isl_give isl_basic_map *isl_basic_map_identity(__isl_take isl_space *space);

Completed in 237 milliseconds