Home
last modified time | relevance | path

Searched refs:tdiv_r (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/include/polly/Support/
DISLOperators.h154 return Left.tdiv_r(Right);
159 return Left.tdiv_r(Right);
164 return Left.tdiv_r(Right);
171 return Left.tdiv_r(Right);
178 return Left.tdiv_r(Right);
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h1947 inline isl::checked::pw_aff tdiv_r(isl::checked::pw_aff pa2) const;
8349 isl::checked::pw_aff pw_aff::tdiv_r(isl::checked::pw_aff pa2) const in tdiv_r() function
Disl-noexceptions.h2029 inline pw_aff tdiv_r(pw_aff pa2) const;
11906 pw_aff pw_aff::tdiv_r(pw_aff pa2) const in tdiv_r() function
Dcpp.h2012 inline isl::pw_aff tdiv_r(isl::pw_aff pa2) const;
11226 isl::pw_aff pw_aff::tdiv_r(isl::pw_aff pa2) const in tdiv_r() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2813 def tdiv_r(arg0, arg1): member in pw_aff
2823 return union_pw_aff(arg0).tdiv_r(arg1)