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

References

lib/IR/DataLayout.cpp
  109   retval.TypeBitWidth = bit_width;
  118           && TypeBitWidth == rhs.TypeBitWidth);
  118           && TypeBitWidth == rhs.TypeBitWidth);
  190                  E.TypeBitWidth);
  481     return std::make_pair(E.AlignType, E.TypeBitWidth) < Pair;
  500       I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) {
  547       (I->TypeBitWidth == BitWidth || AlignType == INTEGER_ALIGN))