HomeSort by: relevance | last modified time | path
    Searched refs:NewAlloca (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1436 Value *NewAlloca =
1439 IFI.StaticAllocas.push_back(cast<AllocaInst>(NewAlloca));
1443 return NewAlloca;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 3539 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize);
3540 NewAlloca->setAlignment(Align(Alignment));
3543 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy),
3551 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout);

Completed in 61 milliseconds