Lines Matching refs:CAT
669 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) {670 if (CAT->getSize().ugt(1))708 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT))709 return CGF.Builder.getInt(CAT->getSize());2909 auto *CAT = C.getAsConstantArrayType(BaseTy);2910 ConstLength = CAT->getSize();