Searched refs:kAllocaRzSize (Results 1 – 1 of 1) sorted by relevance
112 static const unsigned kAllocaRzSize = 32; variable2020 const unsigned Align = std::max(kAllocaRzSize, AI->getAlignment()); in handleDynamicAllocaCall()2021 const uint64_t AllocaRedzoneMask = kAllocaRzSize - 1; in handleDynamicAllocaCall()2024 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall()2051 ConstantInt::get(IntptrTy, Align + kAllocaRzSize), PartialPadding); in handleDynamicAllocaCall()