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

References

lib/Transforms/Scalar/SROA.cpp
  677     if (Size == 0 || Offset.uge(AllocSize)) {
  681                         << AllocSize << " byte alloca:\n"
  696     assert(AllocSize >= BeginOffset); // Established above.
  697     if (Size > AllocSize - BeginOffset) {
  699                         << Offset << " to remain within the " << AllocSize
  703       EndOffset = AllocSize;
  761         if (GEPOffset.ugt(AllocSize))
  814     if (Size > AllocSize || Offset.ugt(AllocSize - Size)) {
  814     if (Size > AllocSize || Offset.ugt(AllocSize - Size)) {
  817                         << AllocSize << " byte alloca:\n"
  832         (IsOffsetKnown && Offset.uge(AllocSize)))
  845                                  : AllocSize - Offset.getLimitedValue(),
  875     if (Offset.uge(AllocSize)) {
  884     uint64_t Size = Length ? Length->getLimitedValue() : AllocSize - RawOffset;
  935       uint64_t Size = std::min(AllocSize - Offset.getLimitedValue(),
 1034     if (Offset.uge(AllocSize)) {