Searched refs:isSetCCEquivalent (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp298 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
590 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
595 bool DAGCombiner::isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS, function in class:DAGCombiner
620 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
2761 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3357 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3738 if (N1C && N1C->getAPIntValue() == 1 && isSetCCEquivalent(N0, LHS, RHS, CC)) {
3760 isSetCCEquivalent(N
[all...]

Completed in 96 milliseconds