Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11831 uint64_t MemoryWidth = LN0->getMemoryVT().getScalarSizeInBits(); in ReduceLoadWidth() local
11832 if (LN0->getExtensionType() != ISD::SEXTLOAD && MemoryWidth > ShiftAmt) in ReduceLoadWidth()
11833 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShiftAmt); in ReduceLoadWidth()