Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
13332 PPC::Predicate CompOpc; in PerformDAGCombine() local13336 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()13339 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()13342 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()13345 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()13350 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()