Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp734 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
766 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
767 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
827 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
828 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
839 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
852 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
863 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()