Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8048 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8050 if (Index >= NarrowByteWidth) in calculateByteProvider()
8071 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8079 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider()
8081 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider()
8095 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8100 if (Index >= NarrowByteWidth) in calculateByteProvider()