Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8168 unsigned ZeroExtendedBytes = 0; in MatchLoadCombine() local
8177 if (++ZeroExtendedBytes != (ByteWidth - static_cast<unsigned>(i))) in MatchLoadCombine()
8221 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine()
8224 EVT::getIntegerVT(*DAG.getContext(), (ByteWidth - ZeroExtendedBytes) * 8); in MatchLoadCombine()
8240 makeArrayRef(ByteOffsets).drop_back(ZeroExtendedBytes), FirstOffset); in MatchLoadCombine()
8297 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, VT, in MatchLoadCombine()