reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AtomicExpandPass.cpp
 1714     AllocaCASExpected->setAlignment(MaybeAlign(AllocaAlignment));
 1721     Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment);
 1733       AllocaValue->setAlignment(MaybeAlign(AllocaAlignment));
 1737       Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment);
 1745     AllocaResult->setAlignment(MaybeAlign(AllocaAlignment));
 1790         CASExpected->getType(), AllocaCASExpected, AllocaAlignment);
 1801                                     AllocaAlignment);