Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp443 static std::string SlotMaskToText(unsigned SlotMask) { in SlotMaskToText() argument
446 if ((SlotMask & (1 << SlotNum)) != 0) in SlotMaskToText()