Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9125 unsigned ZeroExtendedBytes = 0; in MatchLoadCombine() local
9136 if (++ZeroExtendedBytes != (ByteWidth - static_cast<unsigned>(i))) in MatchLoadCombine()
9193 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine()
9196 EVT::getIntegerVT(*DAG.getContext(), (ByteWidth - ZeroExtendedBytes) * 8); in MatchLoadCombine()
9212 ArrayRef(ByteOffsets).drop_back(ZeroExtendedBytes), FirstOffset); in MatchLoadCombine()
9269 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, VT, in MatchLoadCombine()