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

References

lib/Target/Mips/MipsISelLowering.cpp
  883       !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
  895     if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
  908     if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
  908     if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
  913                        DAG.getConstant(SMPos0, DL, MVT::i32),
  921     if (~CN->getSExtValue() == ((((int64_t)1 << SMSize0) - 1) << SMPos0) &&
  922         ((SMSize0 + SMPos0 <= 64 && Subtarget.hasMips64r2()) ||
  923          (SMSize0 + SMPos0 <= 32))) {
  943         Const1 = DAG.getConstant(SMPos0, DL, MVT::i32);
  949               ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy)
  951           DAG.getConstant(SMPos0, DL, MVT::i32),