Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3949 int SlotNum = Machine.getLocalSlot(&I); in printInstruction() local
3950 if (SlotNum == -1) in printInstruction()
3953 Out << '%' << SlotNum << " = "; in printInstruction()