Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.h62 bool test_divv(testspec_t* t, FILE* ofp);
H A Dimtest.c112 {"divv", 3, 2, test_divv}, /* r2 = r1 / v(r2), r3 = r1 % v(r2) */
H A Dimdrover.c659 bool test_divv(testspec_t* t, FILE* ofp) { in test_divv() function