Home | History | Annotate | Download | only in gcc

Lines Matching defs:can_div_trunc_p

2260 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b, Cq *quotient)
2276 can_div_trunc_p (const poly_int_pod<N, Ca> &a,
2384 can_div_trunc_p (const poly_int_pod<N, Ca> &a,
2388 if (!can_div_trunc_p (a, b, quotient))
2404 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b,
2420 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b,
2423 if (!can_div_trunc_p (a, b, quotient))
2437 can_div_trunc_p (const poly_int_pod<N, Ca> &a,
2442 return can_div_trunc_p (a, b.coeffs[0], quotient);
2443 if (!can_div_trunc_p (a, b, &quotient->coeffs[0]))
2464 if (!can_div_trunc_p (a, b, quotient))