Polly 23.0.0git
stride_info.h File Reference
#include <isl/val_type.h>
#include <isl/aff_type.h>

Go to the source code of this file.

Typedefs

typedef struct isl_stride_info isl_stride_info

Functions

isl_ctxisl_stride_info_get_ctx (__isl_keep isl_stride_info *si)
__isl_give isl_valisl_stride_info_get_stride (__isl_keep isl_stride_info *si)
__isl_give isl_affisl_stride_info_get_offset (__isl_keep isl_stride_info *si)
__isl_null isl_stride_infoisl_stride_info_free (__isl_take isl_stride_info *si)
__isl_give isl_stride_infoisl_stride_info_copy (__isl_keep isl_stride_info *si)

Typedef Documentation

◆ isl_stride_info

typedef struct isl_stride_info isl_stride_info

Definition at line 16 of file stride_info.h.

Function Documentation

◆ isl_stride_info_copy()

__isl_give isl_stride_info * isl_stride_info_copy ( __isl_keep isl_stride_info * si)

◆ isl_stride_info_free()

◆ isl_stride_info_get_ctx()

isl_ctx * isl_stride_info_get_ctx ( __isl_keep isl_stride_info * si)

Definition at line 27 of file isl_stride.c.

References __isl_keep, and isl_val_get_ctx().

◆ isl_stride_info_get_offset()

◆ isl_stride_info_get_stride()