Searched refs:sizeWidth (Results 1 – 1 of 1) sorted by relevance
562 unsigned sizeWidth = CGF.SizeTy->getBitWidth(); in EmitCXXNewAllocSize() local565 llvm::APInt cookieSize(sizeWidth, in EmitCXXNewAllocSize()587 llvm::APInt arraySizeMultiplier(sizeWidth, 1); in EmitCXXNewAllocSize()595 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity()); in EmitCXXNewAllocSize()616 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()617 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()621 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize()677 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()679 threshold <<= sizeWidth; in EmitCXXNewAllocSize()689 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()[all …]