Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp584 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
616 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
617 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
677 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
678 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
689 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
702 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
713 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()