Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N2C

13984   ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
14080 if (N2C && ((N2C->getAPIntValue() & (N2C->getAPIntValue() - 1)) == 0)) {
14081 unsigned ShCtV = N2C->getAPIntValue().logBase2();
14143 if (N2C && isNullConstant(N3) && N2C->getAPIntValue().isPowerOf2() &&
14149 if (NotExtCompare && N2C->isOne())
14176 if (N2C->isOne())
14179 // shl setcc result by log2 n2c
14182 DAG.getConstant(N2C->getAPIntValue().logBase2(), SDLoc(Temp),