Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp720 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
752 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
753 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
813 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
814 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
825 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
838 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
849 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()