Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3154 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
3155 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3157 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8045 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
8046 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8048 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8068 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
8069 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8071 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8092 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
8093 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8095 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()