Searched refs:JTOpIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1855 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 3 : 2); local
1856 MachineOperand JTOP = MI->getOperand(JTOpIdx);
1943 .addImm(MI->getOperand(JTOpIdx+1).getImm());
1981 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 3 : 2);
1982 MachineOperand JTOP = MI->getOperand(JTOpIdx);

Completed in 95 milliseconds