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

References

lib/IR/DataLayout.cpp
  542   AlignmentsTy::const_iterator I = findAlignmentLowerBound(AlignType, BitWidth);
  546   if (I != Alignments.end() && I->AlignType == (unsigned)AlignType &&
  547       (I->TypeBitWidth == BitWidth || AlignType == INTEGER_ALIGN))
  550   if (AlignType == INTEGER_ALIGN) {
  557   } else if (AlignType == VECTOR_ALIGN) {