Home
last modified time | relevance | path

Searched refs:CompOpc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp10617 PPC::Predicate CompOpc; in PerformDAGCombine() local
10621 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()
10624 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()
10627 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()
10630 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()
10635 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()