Searched refs:ElementAllocas (Results 1 – 1 of 1) sorted by relevance
1448 SmallVector<AllocaInst*, 32> ElementAllocas; in DoScalarReplacement() local1450 ElementAllocas.reserve(ST->getNumContainedTypes()); in DoScalarReplacement()1455 ElementAllocas.push_back(NA); in DoScalarReplacement()1460 ElementAllocas.reserve(AT->getNumElements()); in DoScalarReplacement()1465 ElementAllocas.push_back(NA); in DoScalarReplacement()1472 RewriteForScalarRepl(AI, AI, 0, ElementAllocas); in DoScalarReplacement()