Home
last modified time | relevance | path

Searched refs:EntryAI (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp485 AllocaInst *EntryAI = dyn_cast<AllocaInst>(FirstInst); in visitAllocaInst() local
486 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst()
487 DL.getTypeAllocSize(EntryAI->getAllocatedType()) in visitAllocaInst()
496 const Align MaxAlign = std::max(EntryAI->getAlign(), AI.getAlign()); in visitAllocaInst()
497 EntryAI->setAlignment(MaxAlign); in visitAllocaInst()
498 return replaceInstUsesWith(AI, EntryAI); in visitAllocaInst()