Searched refs:EntryAI (Results 1 – 1 of 1) sorted by relevance
484 AllocaInst *EntryAI = dyn_cast<AllocaInst>(FirstInst); in visitAllocaInst() local485 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst()486 DL.getTypeAllocSize(EntryAI->getAllocatedType()) in visitAllocaInst()495 const Align MaxAlign = std::max(EntryAI->getAlign(), AI.getAlign()); in visitAllocaInst()496 EntryAI->setAlignment(MaxAlign); in visitAllocaInst()497 return replaceInstUsesWith(AI, EntryAI); in visitAllocaInst()