Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:allocationSize

634     // care because it only overflows if allocationSize does, too, and
641 llvm::APInt allocationSize
649 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize);
651 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
659 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize);