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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 7785       Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
 7786                           Round, DAG.getConstant(2047, dl, MVT::i64));
 7787       Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
 7787       Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
 7788       Round = DAG.getNode(ISD::AND, dl, MVT::i64,
 7789                           Round, DAG.getConstant(-2048, dl, MVT::i64));
 7806       SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);