Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:N2C

17786   auto *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
17787 if (N2C && ((N2C->getAPIntValue() & (N2C->getAPIntValue() - 1)) == 0)) {
17788 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1;
17829 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
17930 if (N2C && isNullConstant(N3) && N2C->getAPIntValue().isPowerOf2() &&
17936 if (NotExtCompare && N2C->isOne())
17963 if (N2C->isOne())
17966 // shl setcc result by log2 n2c
17969 DAG.getConstant(N2C->getAPIntValue().logBase2(), SDLoc(Temp),