Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
539 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local571 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()572 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()632 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()633 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()644 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()657 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()668 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()