Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp890 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), in HandleByValArgument() local
892 IFI.StaticAllocas.push_back(cast<AllocaInst>(NewAlloca)); in HandleByValArgument()
896 return NewAlloca; in HandleByValArgument()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2125 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); in handleDynamicAllocaCall() local
2126 NewAlloca->setAlignment(Align); in handleDynamicAllocaCall()
2129 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall()
2137 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout); in handleDynamicAllocaCall()