Lines Matching defs:N2C
3746 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2);
3767 N1C && N2C && N1C->isNullValue() && N2C->getAPIntValue() == 1) {
3786 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {
3792 if (VT == MVT::i1 && N2C && N2C->isNullValue())
3800 if (VT == MVT::i1 && (N0 == N2 || (N2C && N2C->getAPIntValue() == 0)))
7396 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
7491 if (N2C && ((N2C->getAPIntValue() & (N2C->getAPIntValue()-1)) == 0)) {
7492 unsigned ShCtV = N2C->getAPIntValue().logBase2();
7532 N2C && N2C->isNullValue()) {
7555 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
7560 if (NotExtCompare && N2C->getAPIntValue() == 1)
7585 if (N2C->getAPIntValue() == 1)
7588 // shl setcc result by log2 n2c
7590 DAG.getConstant(N2C->getAPIntValue().logBase2(),
7597 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {