llvm-project/polly/unittests/Isl
Tobias Grosser a1da86b224 Add isl operator overloads for isl::pw_aff
Piecewise affine expressions have directly corresponding mathematical
operators. Introduce these operators as overloads as this makes writing
code with isl::pw_aff expressions more directly readable.

We can now write:

  A = B + C    instead of    A = B.add(C)

llvm-svn: 327216
2018-03-10 18:07:03 +00:00
..
CMakeLists.txt
IslTest.cpp Add isl operator overloads for isl::pw_aff 2018-03-10 18:07:03 +00:00