Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
584 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local616 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()617 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()677 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()678 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()689 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()702 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()713 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()