Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2800 auto NarrowBitWidth = in collectBitParts() local
2802 for (unsigned i = 0; i < NarrowBitWidth; ++i) in collectBitParts()
2804 for (unsigned i = NarrowBitWidth; i < BitWidth; ++i) in collectBitParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6491 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
6492 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
6494 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
6510 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
6511 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
6513 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()