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

References

lib/Transforms/Scalar/IndVarSimplify.cpp
  901   uint64_t Width = SE->getTypeSizeInBits(Ty);
  909   uint64_t NarrowIVWidth = SE->getTypeSizeInBits(WI.NarrowIV->getType());
  927     WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
  936   if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
  937     WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);