Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7494 unsigned ZeroExtendedBytes = 0; in MatchLoadCombine() local
7503 if (++ZeroExtendedBytes != (ByteWidth - static_cast<unsigned>(i))) in MatchLoadCombine()
7547 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine()
7550 EVT::getIntegerVT(*DAG.getContext(), (ByteWidth - ZeroExtendedBytes) * 8); in MatchLoadCombine()
7566 makeArrayRef(ByteOffsets).drop_back(ZeroExtendedBytes), FirstOffset); in MatchLoadCombine()
7623 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, VT, in MatchLoadCombine()