Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
720 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local752 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()753 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()813 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()814 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()825 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()838 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()849 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()