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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  942   if (N.getValueType() == MVT::i32 && VT == MVT::i64)
  944                                          DL, VT, getUNDEF(DL, MVT::i64), N);
  945   if (N.getValueType() == MVT::i64 && VT == MVT::i32)
  946     return CurDAG->getTargetExtractSubreg(SystemZ::subreg_l32, DL, VT, N);
  947   assert(N.getValueType() == VT && "Unexpected value types");
  948   return N;