Lines Matching full:opindex
1633 unsigned TypeIndex, OpIndex;
1647 case Instruction::SDiv: OpIndex = 0; break;
1648 case Instruction::SRem: OpIndex = 1; break;
1649 case Instruction::UDiv: OpIndex = 2; break;
1650 case Instruction::URem: OpIndex = 3; break;
1654 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex];