HomeSort by: relevance | last modified time | path
    Searched defs:isl_point_peek_space (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/isl/dist/
isl_point.c 39 __isl_keep isl_space *isl_point_peek_space(__isl_keep isl_point *pnt) function
46 return isl_space_copy(isl_point_peek_space(pnt));
301 return isl_space_dim(isl_point_peek_space(pnt), type);
342 space = isl_point_peek_space(pnt);
457 off = isl_space_offset(isl_point_peek_space(pnt), type);

Completed in 18 milliseconds