Searched refs:AllocaValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1528 AllocaInst *AllocaValue = nullptr; local
1566 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType());
1567 AllocaValue->setAlignment(AllocaAlignment);
1569 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx));
1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment);
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2133 Value *AllocaValue = local
2137 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack);

Completed in 435 milliseconds