Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
15930 PPC::Predicate CompOpc; in PerformDAGCombine() local15936 CompOpc = CC == ISD::SETEQ ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()15938 CompOpc = CC == ISD::SETEQ ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()15962 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()15985 PPC::Predicate CompOpc; in PerformDAGCombine() local15989 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()15992 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()15995 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()15998 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()16003 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()