Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
735 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local767 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()768 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()828 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()829 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()840 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()853 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()864 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()