reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
216 LegalIntWidths = DL.LegalIntWidths; 216 LegalIntWidths = DL.LegalIntWidths; 255 for (unsigned LegalIntWidth : LegalIntWidths) 344 for (unsigned LegalIntWidth : LegalIntWidths)lib/IR/DataLayout.cpp
382 LegalIntWidths.push_back(Width); 470 LegalIntWidths == Other.LegalIntWidths && 470 LegalIntWidths == Other.LegalIntWidths && 602 LegalIntWidths.clear(); 785 for (unsigned LegalIntWidth : LegalIntWidths) 792 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); 792 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); 793 return Max != LegalIntWidths.end() ? *Max : 0;