Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance
16272 PPC::Predicate CompOpc; in PerformDAGCombine() local16278 CompOpc = CC == ISD::SETEQ ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()16280 CompOpc = CC == ISD::SETEQ ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()16304 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()16327 PPC::Predicate CompOpc; in PerformDAGCombine() local16331 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()16334 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()16337 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()16340 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()16345 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()