Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N2C

3742   ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2);
3763 N1C && N2C && N1C->isNullValue() && N2C->getAPIntValue() == 1) {
3782 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {
3788 if (VT == MVT::i1 && N2C && N2C->isNullValue())
3796 if (VT == MVT::i1 && (N0 == N2 || (N2C && N2C->getAPIntValue() == 0)))
7442 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
7540 if (N2C && ((N2C->getAPIntValue() & (N2C->getAPIntValue()-1)) == 0)) {
7541 unsigned ShCtV = N2C->getAPIntValue().logBase2();
7581 N2C && N2C->isNullValue()) {
7604 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
7610 if (NotExtCompare && N2C->getAPIntValue() == 1)
7635 if (N2C->getAPIntValue() == 1)
7638 // shl setcc result by log2 n2c
7640 DAG.getConstant(N2C->getAPIntValue().logBase2(),
7647 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {