Searched refs:AllocaCASExpected (Results 1 – 1 of 1) sorted by relevance
1792 AllocaInst *AllocaCASExpected = nullptr; in expandAtomicOpToLibcall() local1822 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1823 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1824 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall()1827 AllocaCASExpected, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()1829 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1898 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()