reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42829 SDValue Add = DAG.getNode(ISD::ADD, DL, OpVT, RHS, LHS.getOperand(1)); 42834 if (RHS.getOpcode() == ISD::SUB && isNullConstant(RHS.getOperand(0)) && 42834 if (RHS.getOpcode() == ISD::SUB && isNullConstant(RHS.getOperand(0)) && 42835 RHS.hasOneUse()) { 42836 SDValue Add = DAG.getNode(ISD::ADD, DL, OpVT, LHS, RHS.getOperand(1)); 42848 std::swap(LHS, RHS); 42855 bool IsVZero1 = ISD::isBuildVectorAllZeros(RHS.getNode()); 42882 SDValue Setcc = DAG.getNode(ISD::SETCC, DL, OpVT, LHS, RHS,