Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20969 unsigned VTStoreSize = VT.getStoreSizeInBits().getFixedValue(); in ReduceLoadOpStoreWidth() local
20976 for (; ShAmt + NewBW <= VTStoreSize; ShAmt += 8) { in ReduceLoadOpStoreWidth()
20985 ? VTStoreSize - NewBW - ShAmt in ReduceLoadOpStoreWidth()
20999 if (ShAmt + NewBW > VTStoreSize) in ReduceLoadOpStoreWidth()