reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/unittests/Isl/IslTest.cpp
   91     auto IslZero = valFromAPInt(IslCtx, APZero, true);
   97     auto IslNOne = valFromAPInt(IslCtx, APNOne, true);
  103     auto IslZero = valFromAPInt(IslCtx, APZero, false);
  109     auto IslOne = valFromAPInt(IslCtx, APOne, false);
  115     auto IslNTwo = valFromAPInt(IslCtx, APNTwo, true);
  116     auto IslNTwoCmp = isl::val(IslCtx, -2);
  122     auto IslNOne = valFromAPInt(IslCtx, APNOne, true);
  128     auto IslZero = valFromAPInt(IslCtx, APZero, false);
  134     auto IslOne = valFromAPInt(IslCtx, APOne, false);
  140     auto IslTwo = valFromAPInt(IslCtx, APTwo, false);
  146     auto IslNOne = valFromAPInt(IslCtx, APNOne, false);
  147     auto IslRef = isl::val(IslCtx, 32).pow2().sub_ui(1);
  154     auto IslLarge = valFromAPInt(IslCtx, APLarge, false);
  155     auto IslRef = isl::val(IslCtx, 71);
  160   isl_ctx_free(IslCtx);