Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance
589 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local621 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()622 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()682 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()683 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()694 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()707 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()718 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()