Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CAT

505   while (const ConstantArrayType *CAT
507 type = CAT->getElementType();
508 arraySizeMultiplier *= CAT->getSize();
779 if (const ConstantArrayType *CAT = dyn_cast_or_null<ConstantArrayType>(
784 InitListElements *= getContext().getConstantArrayElementCount(CAT);