Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StoreSize

1032     CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy);
1034 StoreSize.getQuantity() * 8);
1038 Store->setAlignment(StoreSize.getQuantity());