Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_int_sioimath.h361 inline void isl_sioimath_set_int64(isl_sioimath_ptr ptr, int64_t val) in isl_sioimath_set_int64() function
597 isl_sioimath_set_int64(dst, (int64_t) smalllhs + rhs); in isl_sioimath_add_ui()
620 isl_sioimath_set_int64(dst, (int64_t) smalllhs - rhs); in isl_sioimath_sub_ui()
639 isl_sioimath_set_int64( in isl_sioimath_add()
660 isl_sioimath_set_int64( in isl_sioimath_sub()
681 isl_sioimath_set_int64( in isl_sioimath_mul()
702 isl_sioimath_set_int64(dst, ((int64_t) smalllhs) << rhs); in isl_sioimath_mul_2exp()
720 isl_sioimath_set_int64(dst, (int64_t) smalllhs * (int64_t) rhs); in isl_sioimath_mul_si()
739 isl_sioimath_set_int64(dst, (int64_t) smalllhs * (int64_t) rhs); in isl_sioimath_mul_ui()
Disl_int_sioimath.c35 extern void isl_sioimath_set_int64(isl_sioimath_ptr ptr, int64_t val);
141 isl_sioimath_set_int64(dst, multiple / smallgcd); in isl_sioimath_lcm()