Searched refs:AllocaValue (Results 1 – 2 of 2) sorted by relevance
1686 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local1733 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1734 AllocaValue->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()1736 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()1738 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
3105 Value *AllocaValue = in processStaticAllocas() local3109 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()