Searched refs:N0Opc (Results 1 – 2 of 2) sorted by relevance
4620 unsigned N0Opc = N0->getOpcode(); in SimplifySetCC() local4621 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC()4624 (N0Opc == ISD::ZERO_EXTEND || N0Opc == ISD::SIGN_EXTEND) && in SimplifySetCC()
19307 unsigned N0Opc = N0->getOpcode(), N1Opc = N1->getOpcode(); in performConcatVectorsCombine() local19323 if (N->getNumOperands() == 2 && N0Opc == ISD::TRUNCATE && in performConcatVectorsCombine()19390 if (N->getNumOperands() == 2 && N0Opc == ISD::TRUNCATE && in performConcatVectorsCombine()19420 if (N->getNumOperands() == 2 && N0Opc == N1Opc && VT.is128BitVector() && in performConcatVectorsCombine()19421 DAG.getTargetLoweringInfo().isBinOp(N0Opc) && N0->hasOneUse() && in performConcatVectorsCombine()19431 return DAG.getNode(N0Opc, dl, VT, Concat0, Concat1); in performConcatVectorsCombine()19481 if (N->getNumOperands() == 2 && N0Opc == AArch64ISD::ZIP1 && in performConcatVectorsCombine()