reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37117 Other->getOpcode() == ISD::SUB && OpRHS == CondRHS) 37118 return DAG.getNode(ISD::USUBSAT, DL, VT, OpLHS, OpRHS); 37120 if (auto *OpRHSBV = dyn_cast<BuildVectorSDNode>(OpRHS)) { 37131 ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchUSUBSAT, 37133 OpRHS = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), 37134 OpRHS); 37135 return DAG.getNode(ISD::USUBSAT, DL, VT, OpLHS, OpRHS); 37149 OpRHS = DAG.getConstant(OpRHSConst->getAPIntValue(), DL, VT); 37150 return DAG.getNode(ISD::USUBSAT, DL, VT, OpLHS, OpRHS);