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

References

tools/polly/lib/Analysis/ScopInfo.cpp
  174   V = valFromAPInt(Ctx.get(), Range.getSignedMin(), true);
  176   V = valFromAPInt(Ctx.get(), Range.getSignedMax(), true);
  188     V = valFromAPInt(Ctx.get(), Range.getLower(), true);
  191     V = valFromAPInt(Ctx.get(), Range.getUpper(), true);
  436         valFromAPInt(Ctx.get(), DimSizeCst->getAPInt(), false);
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);
  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);
  154     auto IslLarge = valFromAPInt(IslCtx, APLarge, false);