Lines Matching defs:N1C
1541 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1545 if (N0C && !N1C)
1549 if (N0C && N0C->isZero() && N1C && N1C->isZero()) {
1559 if (N1C && N1C->isZero() && N->hasNUsesOfValue(0, 1)) {
1577 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1581 if (N0C && N0C->isZero() && N1C && N1C->isZero()) {
1596 if (N1C && N1C->isZero() && N->hasNUsesOfValue(0, 1)) {
1615 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1619 if ((N0C && !N1C) ||
1620 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue()))
1625 if (N1C && N1C->isZero()) {