Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9162 unsigned LoadWidthInBit = L->getMemoryVT().getScalarSizeInBits(); in MatchLoadCombine() local
9163 if (LoadWidthInBit % 8 != 0) in MatchLoadCombine()
9165 unsigned ByteOffsetFromVector = P->SrcOffset * LoadWidthInBit / 8; in MatchLoadCombine()