reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
940 EVT VT = N0.getValueType(); 942 if (N0.getOpcode() != Opc) 946 if (N0->getFlags().hasVectorReduction()) 949 if (SDNode *C1 = DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(1))) { 953 return DAG.getNode(Opc, DL, VT, N0.getOperand(0), OpNode); 956 if (N0.hasOneUse()) { 959 SDValue OpNode = DAG.getNode(Opc, SDLoc(N0), VT, N0.getOperand(0), N1); 959 SDValue OpNode = DAG.getNode(Opc, SDLoc(N0), VT, N0.getOperand(0), N1); 962 return DAG.getNode(Opc, DL, VT, OpNode, N0.getOperand(1));