Searched refs:ShiftEntryIt (Results 1 – 1 of 1) sorted by relevance
1547 auto ShiftEntryIt = std::find_if( in selectShift() local1551 if (ShiftEntryIt == std::end(OpTable)) in selectShift()1554 unsigned CReg = ShiftEntryIt->CReg; in selectShift()1558 Opcode = ShiftEntryIt->OpSHL; in selectShift()1561 Opcode = ShiftEntryIt->OpASHR; in selectShift()1564 Opcode = ShiftEntryIt->OpLSHR; in selectShift()1574 ShiftEntryIt->CReg) in selectShift()