Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp735 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
767 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
768 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
828 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
829 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
840 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
853 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
864 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()