Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CAT

880     const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
884 Str.resize(CAT->getSize().getZExtValue(), '\0');
1197 const ArrayType *CAT = Context.getAsArrayType(DestType);
1208 CAT->getElementType(), CGF);
1216 CAT->getElementType(), CGF);
1290 if (const ConstantArrayType *CAT =
1292 QualType ElementTy = CAT->getElementType();
1295 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1483 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1487 QualType ElementTy = CAT->getElementType();
1490 unsigned NumElements = CAT->getSize().getZExtValue();