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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 7801       Cond = DAG.getNode(ISD::ADD, dl, MVT::i64,
 7802                          Cond, DAG.getConstant(1, dl, MVT::i64));
 7803       Cond = DAG.getSetCC(dl, MVT::i32,
 7804                           Cond, DAG.getConstant(1, dl, MVT::i64), ISD::SETUGT);
 7806       SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);