Searched refs:NarrowBitWidth (Results 1 – 3 of 3) sorted by relevance
3980 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local3981 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3983 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
12716 unsigned NarrowBitWidth = NarrowOp.getValueSizeInBits(); in calculateByteProvider() local12721 NarrowBitWidth = VTSign->getVT().getSizeInBits(); in calculateByteProvider()12723 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()12725 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()12759 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local12760 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()12762 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
9197 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local9198 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()9200 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()9221 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local9222 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()9224 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()9249 unsigned NarrowBitWidth = L->getMemoryVT().getScalarSizeInBits(); in calculateByteProvider() local9250 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()9252 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()