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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 2551     return DAG.getNode(SystemZISD::ICMP, DL, MVT::i32, C.Op0, C.Op1,
 2552                        DAG.getTargetConstant(C.ICmpType, DL, MVT::i32));
 2556     return DAG.getNode(SystemZISD::TM, DL, MVT::i32, C.Op0, C.Op1,
 2557                        DAG.getTargetConstant(RegisterOnly, DL, MVT::i32));
 2559   return DAG.getNode(C.Opcode, DL, MVT::i32, C.Op0, C.Op1);