Lines Matching refs:CAT
93 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
109 if (StrLength > CAT->getSize().getZExtValue())
115 if (StrLength-1 > CAT->getSize().getZExtValue())
461 if (const ConstantArrayType *CAT =
463 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1029 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1030 maxElements = CAT->getSize();