Home
last modified time | relevance | path

Searched refs:numElementsWidth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp731 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
763 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
764 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
824 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
825 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
836 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
849 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
860 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()