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

References

unittests/Analysis/ScalarEvolutionTest.cpp
  861   const SCEV *EC = SE.getBackedgeTakenCount(Loop);
  868   auto *Five = SE.getConstant(APInt(/*numBits=*/64, 5));
  870       SE.getAddRecExpr(Five, SE.getOne(T_int64), Loop, SCEV::FlagAnyWrap);
  870       SE.getAddRecExpr(Five, SE.getOne(T_int64), Loop, SCEV::FlagAnyWrap);
  871   const SCEV *ARAtLoopExit = SE.getSCEVAtScope(AR, nullptr);
  877   SE.forgetLoop(Loop);
  885   const SCEV *NewEC = SE.getBackedgeTakenCount(Loop);
  889   const SCEV *NewARAtLoopExit = SE.getSCEVAtScope(AR, nullptr);