Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2024 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall() local
2041 Value *Misalign = IRB.CreateSub(AllocaRzSize, PartialSize); in handleDynamicAllocaCall()
2044 Value *Cond = IRB.CreateICmpNE(Misalign, AllocaRzSize); in handleDynamicAllocaCall()
2066 Value *LeftRzAddress = IRB.CreateSub(NewAddress, AllocaRzSize); in handleDynamicAllocaCall()