Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3007 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
3008 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3010 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7193 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
7194 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
7196 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
7212 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
7213 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
7215 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()