Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CondLHS

5835 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
5839 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3);
5848 SDValue Simp = SimplifySetCC(TLI.getSetCCResultType(CondLHS.getValueType()),
5849 CondLHS, CondRHS, CC->get(), N->getDebugLoc(),
7372 SDNode *CondLHS = TheSelect->getOperand(0).getNode();
7376 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))) ||
7378 (LLD->isPredecessorOf(CondLHS) || LLD->isPredecessorOf(CondRHS))))