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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  754   if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
 1029       RISBG.Start >= 32 && RISBG.End >= RISBG.Start &&
 1029       RISBG.Start >= 32 && RISBG.End >= RISBG.Start &&
 1030       ((RISBG.Start + RISBG.Rotate) & 63) >= 32 &&
 1032       ((RISBG.Start + RISBG.Rotate) & 63)) {
 1035     RISBG.Start &= 31;
 1041     CurDAG->getTargetConstant(RISBG.Start, DL, MVT::i32),
 1098     CurDAG->getTargetConstant(RxSBG[I].Start, DL, MVT::i32),