reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3263 const unsigned Align = std::max(kAllocaRzSize, AI->getAlignment()); 3264 const uint64_t AllocaRedzoneMask = kAllocaRzSize - 1; 3267 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); 3294 ConstantInt::get(IntptrTy, Align + kAllocaRzSize), PartialPadding);