HomeSort by: relevance | last modified time | path
    Searched defs:sizeWidth (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 706 unsigned sizeWidth = CGF.SizeTy->getBitWidth();
709 llvm::APInt cookieSize(sizeWidth,
734 llvm::APInt arraySizeMultiplier(sizeWidth, 1);
742 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
763 else if (numElementsWidth > sizeWidth &&
764 numElementsWidth - sizeWidth > count.countLeadingZeros())
768 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth);
808 // 2) if numElementsWidth > sizeWidth, we need to check whether
821 // If numElementsWidth > sizeWidth, then one way or another, we're
824 if (numElementsWidth > sizeWidth) {
    [all...]

Completed in 28 milliseconds