Searched refs:AllocaValue (Results 1 – 3 of 3) sorted by relevance
1794 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local1840 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1841 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1843 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()1845 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
3205 Value *AllocaValue = in processStaticAllocas() local3209 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()
248 template <typename InstTy> static Value *findStoredValue(Value *AllocaValue) { in findStoredValue() argument249 Instruction *Inst = dyn_cast<InstTy>(AllocaValue); in findStoredValue()