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

References

lib/Target/ARM/ARMTargetTransformInfo.cpp
  857   if (!SE.hasLoopInvariantBackedgeTakenCount(L))
  860   const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
  865     SE.getAddExpr(BackedgeTakenCount,
  866                   SE.getOne(BackedgeTakenCount->getType()));
  869   if (SE.getUnsignedRangeMax(TripCountSCEV).getBitWidth() > 32)