Home
last modified time | relevance | path

Searched refs:AllocaResult (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1530 AllocaInst *AllocaResult = nullptr; in expandAtomicOpToLibcall() local
1578 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()