Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp750 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
782 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
783 numElementsWidth - sizeWidth > count.countl_zero()) in EmitCXXNewAllocSize()
843 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
845 llvm::APInt::getOneBitSet(numElementsWidth, sizeWidth); in EmitCXXNewAllocSize()
855 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
868 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
879 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()