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);
  175   S = S.lower_bound_val(type, dim, V);
  176   V = valFromAPInt(Ctx.get(), Range.getSignedMax(), true);
  177   S = S.upper_bound_val(type, dim, V);
  188     V = valFromAPInt(Ctx.get(), Range.getLower(), true);
  189     isl::set SLB = S.lower_bound_val(type, dim, V);
  191     V = valFromAPInt(Ctx.get(), Range.getUpper(), true);
  192     V = V.sub_ui(1);
  192     V = V.sub_ui(1);
  193     isl::set SUB = S.upper_bound_val(type, dim, V);