Home | History | Annotate | Download | only in CodeGen

Lines Matching full:eltsize

2820                                       CharUnits eltSize) {
2824 CharUnits offset = constantIdx->getZExtValue() * eltSize;
2829 return arrayAlign.alignmentOfArrayElement(eltSize);
2860 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
2862 getArrayElementAlign(addr.getAlignment(), indices.back(), eltSize);