Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20944 unsigned BitsPerByteMask = 7u; in ReduceLoadOpStoreWidth() local
20945 unsigned LSB = Imm.countr_zero() & ~BitsPerByteMask; in ReduceLoadOpStoreWidth()
20946 unsigned MSB = (Imm.getActiveBits() - 1) | BitsPerByteMask; in ReduceLoadOpStoreWidth()