Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N2C

4141   ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2);
4163 N1C && N2C && N1C->isNullValue() && N2C->getAPIntValue() == 1) {
4182 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {
4188 if (VT == MVT::i1 && N2C && N2C->isNullValue())
4196 if (VT == MVT::i1 && (N0 == N2 || (N2C && N2C->getAPIntValue() == 0)))
9779 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
9875 if (N2C && ((N2C->getAPIntValue() & (N2C->getAPIntValue()-1)) == 0)) {
9876 unsigned ShCtV = N2C->getAPIntValue().logBase2();
9916 N2C && N2C->isNullValue()) {
9939 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
9945 if (NotExtCompare && N2C->getAPIntValue() == 1)
9973 if (N2C->getAPIntValue() == 1)
9976 // shl setcc result by log2 n2c
9978 DAG.getConstant(N2C->getAPIntValue().logBase2(),
9986 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {