Home | History | Annotate | Download | only in X86

Lines Matching defs:OpRHS

15474       SDValue OpLHS = Other->getOperand(0), OpRHS = Other->getOperand(1);
15481 Other->getOpcode() == ISD::SUB && DAG.isEqualTo(OpRHS, CondRHS))
15482 return DAG.getNode(X86ISD::SUBUS, DL, VT, OpLHS, OpRHS);
15487 isSplatVector(CondRHS.getNode()) && isSplatVector(OpRHS.getNode())) {
15488 APInt A = cast<ConstantSDNode>(OpRHS.getOperand(0))->getAPIntValue();
15501 isSplatVector(OpRHS.getNode())) {
15502 APInt A = cast<ConstantSDNode>(OpRHS.getOperand(0))->getAPIntValue();
15504 return DAG.getNode(X86ISD::SUBUS, DL, VT, OpLHS, OpRHS);