~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/isl_dim_map.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-15 18:39:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111215183917-uqggmujou8wna9js
Tags: 0.17.0-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define ISL_DIM_MAP_H
3
3
 
4
4
#include <isl/ctx.h>
5
 
#include <isl/dim.h>
 
5
#include <isl/space.h>
6
6
#include <isl/map.h>
7
7
 
8
8
struct isl_dim_map;
14
14
        unsigned src_pos, unsigned src_stride,
15
15
        unsigned n, int sign);
16
16
void isl_dim_map_dim_range(__isl_keep isl_dim_map *dim_map,
17
 
        struct isl_dim *dim, enum isl_dim_type type,
 
17
        isl_space *dim, enum isl_dim_type type,
18
18
        unsigned first, unsigned n, unsigned dst_pos);
19
 
void isl_dim_map_dim(__isl_keep isl_dim_map *dim_map, __isl_keep isl_dim *dim,
 
19
void isl_dim_map_dim(__isl_keep isl_dim_map *dim_map, __isl_keep isl_space *dim,
20
20
        enum isl_dim_type type, unsigned dst_pos);
21
21
void isl_dim_map_div(__isl_keep isl_dim_map *dim_map,
22
22
        __isl_keep isl_basic_map *bmap, unsigned dst_pos);