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

References

lib/Target/Mips/MipsISelLowering.cpp
  801       !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
  817     if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
  835     if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 ||
  836         Pos + SMSize > ValTy.getSizeInBits())
  841     SMSize--;
  861                      DAG.getConstant(SMSize, DL, MVT::i32));