Home
last modified time | relevance | path

Searched refs:get_div (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_tab_pip.c94 int (*get_div)(struct isl_context *context, struct isl_tab *tab, member
2150 static int get_div(struct isl_tab *tab, struct isl_context *context, in get_div() function
2213 d = context->op->get_div(context, tab, div); in add_parametric_cut()
2619 return get_div(tab, context, div); in context_lex_get_div()
3430 return get_div(tab, context, div); in context_gbr_get_div()
4173 d = context->op->get_div(context, tab, div); in find_solutions()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h277 inline aff get_div(int pos) const;
669 inline aff get_div(int pos) const;
830 inline aff get_div(int pos) const;
960 inline aff get_div(int pos) const;
1199 inline aff get_div(int pos) const;
2961 inline aff get_div(unsigned int pos) const;
4054 aff aff::get_div(int pos) const in get_div() function
5696 aff basic_map::get_div(int pos) const in get_div() function
6473 aff basic_set::get_div(int pos) const in get_div() function
7047 aff constraint::get_div(int pos) const in get_div() function
[all …]
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2389 isl::aff Diff = DimHull.get_div(0); in foldSizeConstantsToRight()