HomeSort by: relevance | last modified time | path
    Searched refs:NarrowWidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 528 unsigned NarrowWidth = DestTy->getScalarSizeInBits();
530 if (!isPowerOf2_32(NarrowWidth))
562 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth);
589 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth);
592 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth);
601 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 20033 unsigned NarrowWidth = VT.getSizeInBits();
20034 if (WideWidth % NarrowWidth != 0)
20039 unsigned NarrowingRatio = WideWidth / NarrowWidth;

Completed in 32 milliseconds