Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
731 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local763 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()764 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()824 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()825 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()836 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()849 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()860 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()