Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:allocationSize

546     // care because it only overflows if allocationSize does, too, and
553 llvm::APInt allocationSize
561 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize);
563 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
571 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize);