reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64FastISel.cpp
 1282         case Instruction::Shl:  ShiftType = AArch64_AM::LSL; break;
 1283         case Instruction::LShr: ShiftType = AArch64_AM::LSR; break;
 1284         case Instruction::AShr: ShiftType = AArch64_AM::ASR; break;
 1287         if (ShiftType != AArch64_AM::InvalidShiftExtend) {
 1293                                     RHSIsKill, ShiftType, ShiftVal, SetFlags,