Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
15441 PPC::Predicate CompOpc; in PerformDAGCombine() local15445 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()15448 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()15451 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()15454 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()15459 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()