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

References

lib/IR/DataLayout.cpp
  546   if (I != Alignments.end() && I->AlignType == (unsigned)AlignType &&
  546   if (I != Alignments.end() && I->AlignType == (unsigned)AlignType &&
  547       (I->TypeBitWidth == BitWidth || AlignType == INTEGER_ALIGN))
  548     return ABIInfo ? I->ABIAlign : I->PrefAlign;
  548     return ABIInfo ? I->ABIAlign : I->PrefAlign;
  552     if (I != Alignments.begin()) {
  553       --I; // Go to the previous entry and see if its an integer.
  554       if (I->AlignType == INTEGER_ALIGN)
  555         return ABIInfo ? I->ABIAlign : I->PrefAlign;
  555         return ABIInfo ? I->ABIAlign : I->PrefAlign;