Home | History | Annotate | Download | only in X86

Lines Matching full:opindex

1333   unsigned TypeIndex, OpIndex;
1347 case Instruction::SDiv: OpIndex = 0; break;
1348 case Instruction::SRem: OpIndex = 1; break;
1349 case Instruction::UDiv: OpIndex = 2; break;
1350 case Instruction::URem: OpIndex = 3; break;
1354 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex];