Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2998 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
2999 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3001 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7163 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
7164 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
7166 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
7182 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
7183 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
7185 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()