Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
10689 PPC::Predicate CompOpc; in PerformDAGCombine() local10693 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()10696 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()10699 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()10702 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()10707 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()