Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CondRHS

9464 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
9468 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3);
9478 CondLHS, CondRHS, CC->get(), SDLoc(N),
13921 SDNode *CondRHS = TheSelect->getOperand(1).getNode();
13924 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
13926 (RLD->isPredecessorOf(CondLHS) || RLD->isPredecessorOf(CondRHS))))