Lines Matching defs:N1C
49318 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
49347 N1C && N0.getOpcode() == ISD::AND &&
49351 Mask <<= N1C->getAPIntValue();
51127 ConstantSDNode *N1C = isConstOrConstSplat(N1, /*AllowUndefs*/ true,
51132 if (N1C && N01C) {
51134 const APInt &AndC = N1C->getAPIntValue();
51863 if (auto *N1C = dyn_cast<ConstantSDNode>(N1)) {
51865 bool N1COdd = N1C->getZExtValue() & 1;
54364 auto *N1C = dyn_cast<ConstantSDNode>(N1);
54366 if (N1C && !N1C->isOpaque() && N001C && !N001C->isOpaque()) {