Searched refs:AllocaCASExpected (Results 1 – 1 of 1) sorted by relevance
1845 AllocaInst *AllocaCASExpected = nullptr; in expandAtomicOpToLibcall() local1875 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1876 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1877 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall()1880 AllocaCASExpected, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()1882 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1951 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()