Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CondRHS

8524 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
8528 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3);
8538 CondLHS, CondRHS, CC->get(), SDLoc(N),
12606 SDNode *CondRHS = TheSelect->getOperand(1).getNode();
12609 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
12611 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))