Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp589 unsigned numElementsWidth = numElementsType->getBitWidth(); in EmitCXXNewAllocSize() local
621 else if (numElementsWidth > sizeWidth && in EmitCXXNewAllocSize()
622 numElementsWidth - sizeWidth > count.countLeadingZeros()) in EmitCXXNewAllocSize()
682 if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()
683 llvm::APInt threshold(numElementsWidth, 1); in EmitCXXNewAllocSize()
694 if (numElementsWidth < sizeWidth) in EmitCXXNewAllocSize()
707 } else if (numElementsWidth < sizeWidth) { in EmitCXXNewAllocSize()
718 } else if (numElementsWidth > sizeWidth) { in EmitCXXNewAllocSize()