Searched refs:JTOpIdx (Results 1 – 1 of 1) sorted by relevance
2220 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables() local2221 MachineOperand JTOP = MI->getOperand(JTOpIdx); in optimizeThumb2JumpTables()2415 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables() local2416 MachineOperand JTOP = MI->getOperand(JTOpIdx); in reorderThumb2JumpTables()