Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
15352 PPC::Predicate CompOpc; in PerformDAGCombine() local15356 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()15359 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()15362 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()15365 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()15370 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()