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

References

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