Searched refs:NarrowBitWidth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2800 auto NarrowBitWidth = local
2802 for (unsigned i = 0; i < NarrowBitWidth; ++i)
2804 for (unsigned i = NarrowBitWidth; i < BitWidth; ++i)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6498 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); local
6499 if (NarrowBitWidth % 8 != 0)
6501 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
6517 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); local
6518 if (NarrowBitWidth % 8 != 0)
6520 uint64_t NarrowByteWidth = NarrowBitWidth / 8;

Completed in 219 milliseconds