Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp738 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
770 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
771 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
831 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
832 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
843 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
856 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
867 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()