reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9302 if (VT.isInteger() && N->getOpcode() == ISD::XOR && 9306 if (Y1C->getAPIntValue() == VT.getSizeInBits() - 1) { 9307 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), 9307 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), 9311 DAG.getNode(AArch64ISD::SUBS, DL, DAG.getVTList(VT, MVT::i32), 9312 N0.getOperand(0), DAG.getConstant(0, DL, VT)); 9313 return DAG.getNode(AArch64ISD::CSEL, DL, VT, N0.getOperand(0), Neg,