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

References

lib/Target/Mips/MipsISelLowering.cpp
  912     return DAG.getNode(MipsISD::Ins, DL, ValTy, Shl.getOperand(0),
  913                        DAG.getConstant(SMPos0, DL, MVT::i32),
  914                        DAG.getConstant(SMSize0, DL, MVT::i32),
  943         Const1 = DAG.getConstant(SMPos0, DL, MVT::i32);
  944         SrlX = DAG.getNode(ISD::SRL, DL, And1->getValueType(0), And1, Const1);
  946       return DAG.getNode(
  949               ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy)
  951           DAG.getConstant(SMPos0, DL, MVT::i32),
  952           DAG.getConstant(ValTy.getSizeInBits() / 8 < 8 ? SMSize0 & 31