Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp745 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
777 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
778 numElementsWidth - sizeWidth > count.countl_zero()) in EmitCXXNewAllocSize()
838 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
840 llvm::APInt::getOneBitSet(numElementsWidth, sizeWidth); in EmitCXXNewAllocSize()
850 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
863 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
874 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()