Home
last modified time | relevance | path

Searched refs:tdiv_q (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/polly/include/polly/Support/
DISLOperators.h119 return Left.tdiv_q(Right);
124 return Left.tdiv_q(Right);
129 return Left.tdiv_q(Right);
136 return Left.tdiv_q(Right);
143 return Left.tdiv_q(Right);
/external/llvm-project/polly/lib/External/isl/imath/
Dgmp_compat.h218 void GMPZAPI(tdiv_q)(mp_int q, mp_int n, mp_int d);
Dgmp_compat.c655 void GMPZAPI(tdiv_q)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() argument
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h1946 inline isl::checked::pw_aff tdiv_q(isl::checked::pw_aff pa2) const;
8343 isl::checked::pw_aff pw_aff::tdiv_q(isl::checked::pw_aff pa2) const in tdiv_q() function
Disl-noexceptions.h2028 inline pw_aff tdiv_q(pw_aff pa2) const;
11900 pw_aff pw_aff::tdiv_q(pw_aff pa2) const in tdiv_q() function
Dcpp.h2011 inline isl::pw_aff tdiv_q(isl::pw_aff pa2) const;
11214 isl::pw_aff pw_aff::tdiv_q(isl::pw_aff pa2) const in tdiv_q() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2798 def tdiv_q(arg0, arg1): member in pw_aff
2808 return union_pw_aff(arg0).tdiv_q(arg1)