Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp442 static std::string SlotMaskToText(unsigned SlotMask) { in SlotMaskToText() argument
445 if ((SlotMask & (1 << SlotNum)) != 0) in SlotMaskToText()