Lines Matching refs:N0C
13168 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1));
13170 if (!N0C || !N1C)
13172 int64_t C0 = N0C->getSExtValue();
13310 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1));
13312 if (!N0C || !N1C)
13314 // If N0C has multiple uses it's possible one of the cases in
13317 if (!N0C->hasOneUse())
13319 int64_t C0 = N0C->getSExtValue();
13456 auto *N0C = dyn_cast<ConstantSDNode>(N0);
13457 if (!N0C)
13462 APInt ImmValMinus1 = N0C->getAPIntValue() - 1;