Home | History | Annotate | Download | only in dist

Lines Matching refs:reduced

155  * in integer division "div" need to be reduced?
3838 int reduced;
3839 reduced = reduced_using_equalities(v->block.data, bmap2->eq[i],
3841 if (reduced && !isl_int_is_zero(v->block.data[0]) &&
3846 int reduced;
3847 reduced = reduced_using_equalities(v->block.data,
3849 if (reduced && isl_int_is_neg(v->block.data[0]) &&
3855 int reduced;
3856 reduced = reduced_using_equalities(v->block.data,
3858 if (reduced && isl_int_is_neg(v->block.data[0]) &&
5386 * At the end, we mark the basic map as having reduced constants.