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

References

lib/IR/DataLayout.cpp
  133   retval.TypeByteWidth = TypeByteWidth;
  143           && TypeByteWidth == rhs.TypeByteWidth
  143           && TypeByteWidth == rhs.TypeByteWidth
  533     I->TypeByteWidth = TypeByteWidth;
  660   return I->TypeByteWidth;
  666     MaxPointerSize = std::max(MaxPointerSize, P.TypeByteWidth);