Home | History | Annotate | Download | only in IR

Lines Matching full:slotnum

2760     int SlotNum = Machine.getLocalSlot(&I);
2761 if (SlotNum == -1)
2764 Out << '%' << SlotNum << " = ";