Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
738 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local770 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()771 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()831 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()832 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()843 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()856 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()867 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()