Searched refs:CAType (Results 1 – 1 of 1) sorted by relevance
633 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local634 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()2578 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in getStructuredSubobjectInit() local2579 NumElements = CAType->getSize().getZExtValue(); in getStructuredSubobjectInit()