Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2097 int SlotNum = Machine.getLocalSlot(&I); in printInstruction() local
2098 if (SlotNum == -1) in printInstruction()
2101 Out << '%' << SlotNum << " = "; in printInstruction()