Searched refs:kAllocaRzSize (Results 1 – 2 of 2) sorted by relevance
130 static const unsigned kAllocaRzSize = 32; variable2297 const unsigned Align = std::max(kAllocaRzSize, AI->getAlignment()); in handleDynamicAllocaCall()2298 const uint64_t AllocaRedzoneMask = kAllocaRzSize - 1; in handleDynamicAllocaCall()2301 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall()2328 ConstantInt::get(IntptrTy, Align + kAllocaRzSize), PartialPadding); in handleDynamicAllocaCall()
182 static const unsigned kAllocaRzSize = 32; variable3149 const unsigned Align = std::max(kAllocaRzSize, AI->getAlignment()); in handleDynamicAllocaCall()3150 const uint64_t AllocaRedzoneMask = kAllocaRzSize - 1; in handleDynamicAllocaCall()3153 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall()3180 ConstantInt::get(IntptrTy, Align + kAllocaRzSize), PartialPadding); in handleDynamicAllocaCall()