Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StoreSize

1018     CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy);
1020 StoreSize.getQuantity() * 8);
1024 Store->setAlignment(StoreSize.getQuantity());