Searched refs:TotalElements (Results 1 – 1 of 1) sorted by relevance
109 unsigned TotalElements = 1; in getElementCountAndType() local112 TotalElements *= InnerArrayTy->getNumElements(); in getElementCountAndType()115 return std::make_pair(TotalElements, CurrArrayTy); in getElementCountAndType()204 auto [TotalElements, BaseType] = getElementCountAndType(ArrType); in visitAllocaInst()206 ArrayType *FattenedArrayType = ArrayType::get(BaseType, TotalElements); in visitAllocaInst()433 auto [TotalElements, BaseType] = in flattenGlobalArrays()435 ArrayType *FattenedArrayType = ArrayType::get(BaseType, TotalElements); in flattenGlobalArrays()