Lines Matching defs:N0Opc
19310 unsigned N0Opc = N0->getOpcode(), N1Opc = N1->getOpcode();
19326 if (N->getNumOperands() == 2 && N0Opc == ISD::TRUNCATE &&
19393 if (N->getNumOperands() == 2 && N0Opc == ISD::TRUNCATE &&
19423 if (N->getNumOperands() == 2 && N0Opc == N1Opc && VT.is128BitVector() &&
19424 DAG.getTargetLoweringInfo().isBinOp(N0Opc) && N0->hasOneUse() &&
19434 return DAG.getNode(N0Opc, dl, VT, Concat0, Concat1);
19484 if (N->getNumOperands() == 2 && N0Opc == AArch64ISD::ZIP1 &&