Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CondRHS

6254 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
6258 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3);
6268 CondLHS, CondRHS, CC->get(), N->getDebugLoc(),
8148 SDNode *CondRHS = TheSelect->getOperand(1).getNode();
8151 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
8153 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))