Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ETy

1852               QualType ETy = ArrTy->getElementType();
1854 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() &&
1858 getContext().getTypeSizeInChars(ETy).getQuantity()*ArrSize);
1861 } else if (getContext().getTargetAddressSpace(ETy) == 0) {