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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  752     Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
  752     Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
  752     Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
  753   Mask &= RxSBG.Mask;
  754   if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
  755     RxSBG.Mask = Mask;