Home
last modified time | relevance | path

Searched refs:fixed_power (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_power_templ.c10 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp) in FN() argument
27 return FN(TYPE,fixed_power)(map, exp); in FN()
74 map = FN(TYPE,fixed_power)(map, exp->n); in FN()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1495 inline isl::union_map fixed_power(long exp) const;
2157 inline isl::union_map fixed_power(long exp) const;
4329 inline isl::union_map fixed_power(long exp) const;
8193 return isl::map(*this).fixed_power(exp); in fixed_power()
8196 isl::union_map basic_map::fixed_power(long exp) const in fixed_power() function
8198 return this->fixed_power(isl::val(ctx(), exp)); in fixed_power()
10924 return isl::union_map(*this).fixed_power(exp); in fixed_power()
10927 isl::union_map map::fixed_power(long exp) const in fixed_power() function
10929 return this->fixed_power(isl::val(ctx(), exp)); in fixed_power()
20550 isl::union_map union_map::fixed_power(long exp) const in fixed_power() function
[all …]