reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3637 ConstantSDNode *N0C = isConstOrConstSplat(N0); 3643 return DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), N0); 3646 return DAG.getSelect(DL, VT, DAG.getSetCC(DL, CCVT, N0, N1, ISD::SETEQ), 3658 if (DAG.SignBitIsZero(N1) && DAG.SignBitIsZero(N0)) 3659 return DAG.getNode(ISD::UDIV, DL, N1.getValueType(), N0, N1); 3661 if (SDValue V = visitSDIVLike(N0, N1, N)) { 3665 { N0, N1 })) { 3667 SDValue Sub = DAG.getNode(ISD::SUB, DL, VT, N0, Mul);