Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8460 unsigned LoadWidthInBit = L->getMemoryVT().getScalarSizeInBits(); in MatchLoadCombine() local
8461 if (LoadWidthInBit % 8 != 0) in MatchLoadCombine()
8463 unsigned ByteOffsetFromVector = P->VectorOffset * LoadWidthInBit / 8; in MatchLoadCombine()