Searched refs:kAllocaRzSize (Results 1 – 1 of 1) sorted by relevance
184 static const uint64_t kAllocaRzSize = 32; variable3697 const Align Alignment = std::max(Align(kAllocaRzSize), AI->getAlign()); in handleDynamicAllocaCall()3698 const uint64_t AllocaRedzoneMask = kAllocaRzSize - 1; in handleDynamicAllocaCall()3701 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall()3728 ConstantInt::get(IntptrTy, Alignment.value() + kAllocaRzSize), in handleDynamicAllocaCall()