Searched refs:AllocaAlignment (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1467 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); local
1551 AllocaCASExpected->setAlignment(AllocaAlignment);
1555 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment);
1567 AllocaValue->setAlignment(AllocaAlignment);
1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment);
1579 AllocaResult->setAlignment(AllocaAlignment);
1623 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment);
1633 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment);

Completed in 73 milliseconds