Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:StoreSize

933     CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy);
934 Store->setAlignment(StoreSize.getQuantity());