Home
last modified time | relevance | path

Searched refs:isl_seq_addmul (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_seq.h28 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len);
H A Disl_seq.c56 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len) in isl_seq_addmul() function
H A Disl_scheduler.c6946 isl_seq_addmul(t->row[i], in node_transformation()
H A Disl_aff.c1877 isl_seq_addmul(aff1->v->el + 1, f, aff2->v->el + 1, aff1->v->size - 1); in add_expanded()