Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp3038 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
3039 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3041 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7829 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
7830 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
7832 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
7848 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
7849 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
7851 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()