Searched refs:AllocaResult (Results 1 – 1 of 1) sorted by relevance
1530 AllocaInst *AllocaResult = nullptr; in expandAtomicOpToLibcall() local1578 AllocaResult = AllocaBuilder.CreateAlloca(I->getType()); in expandAtomicOpToLibcall()1579 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1581 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()1633 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment); in expandAtomicOpToLibcall()