Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
734 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local766 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()767 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()827 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()828 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()839 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()852 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()863 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()