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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp537 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
542 static bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS, function
568 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
2574 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3074 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3360 if (N1C && N1C->getAPIntValue() == 1 && isSetCCEquivalent(N0, LHS, RHS, CC)) {
3381 isSetCCEquivalent(N0.getOperand(0), LHS, RHS, CC)){

Completed in 235 milliseconds