Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp539 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
571 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
572 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
632 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
633 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
644 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
657 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
668 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()