Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CAT

1488       if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(Ty)) {
1489 if (CAT->getSize().getZExtValue())
1490 UpperBound = CAT->getSize().getZExtValue() - 1;