Searched refs:JTOpIdx (Results 1 – 1 of 1) sorted by relevance
2239 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables() local2240 MachineOperand JTOP = MI->getOperand(JTOpIdx); in optimizeThumb2JumpTables()2434 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables() local2435 MachineOperand JTOP = MI->getOperand(JTOpIdx); in reorderThumb2JumpTables()