reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1178 if (!T->isAggregateType()) 1181 if (auto *ST = dyn_cast<StructType>(T)) { 1227 if (auto *AT = dyn_cast<ArrayType>(T)) { 1247 Align = DL.getABITypeAlignment(T); 1255 auto *IdxType = Type::getInt64Ty(T->getContext());