Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
15811 PPC::Predicate CompOpc; in PerformDAGCombine() local15815 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()15818 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()15821 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()15824 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()15829 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()