Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15352 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local
15353 if (MemoryWidth <= ShAmt) in reduceLoadWidth()
15357 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()
15412 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local
15413 if (ShAmt >= MemoryWidth) in reduceLoadWidth()
15427 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()
15433 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()