Searched refs:sizeWidth (Results 1 – 1 of 1) sorted by relevance
557 unsigned sizeWidth = CGF.SizeTy->getBitWidth(); in EmitCXXNewAllocSize() local560 llvm::APInt cookieSize(sizeWidth, in EmitCXXNewAllocSize()582 llvm::APInt arraySizeMultiplier(sizeWidth, 1); in EmitCXXNewAllocSize()590 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity()); in EmitCXXNewAllocSize()611 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()612 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()616 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize()672 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()674 threshold <<= sizeWidth; in EmitCXXNewAllocSize()684 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()[all …]