Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp742 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
774 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
775 numElementsWidth - sizeWidth > count.countl_zero()) in EmitCXXNewAllocSize()
835 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
837 llvm::APInt::getOneBitSet(numElementsWidth, sizeWidth); in EmitCXXNewAllocSize()
847 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
860 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
871 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()