Lines Matching defs:N0C
3236 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
3238 if (N0C && !N1C)
3378 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
3380 if (N0C && !N1C)
3398 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
3400 if (N0C && !N1C)
3687 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
3689 if (N0C && !N1C)
4684 ConstantSDNode *N0C = isConstOrConstSplat(N0);
4685 if (N0C && N0C->isZero())
5461 ConstantSDNode *N0C = isConstOrConstSplat(N0);
5467 if (N0C && N1C) {
5470 IsSigned ? N0C->getAPIntValue().smul_ov(N1C->getAPIntValue(), Overflow)
5471 : N0C->getAPIntValue().umul_ov(N1C->getAPIntValue(), Overflow);