Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CAT

842     const ConstantArrayType *CAT = cast<ConstantArrayType>(T);
846 Str.resize(CAT->getSize().getZExtValue(), '\0');
1169 const ArrayType *CAT = Context.getAsArrayType(DestType);
1180 CAT->getElementType(), CGF);
1188 CAT->getElementType(), CGF);
1262 if (const ConstantArrayType *CAT =
1264 QualType ElementTy = CAT->getElementType();
1267 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1449 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1453 QualType ElementTy = CAT->getElementType();
1456 unsigned NumElements = CAT->getSize().getZExtValue();