Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp422 unsigned MaskBit = i % 32; in print() local
423 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()