Searched refs:N1Op2C (Results 1 – 1 of 1) sorted by relevance
7230 ConstantSDNode *N1Op2C = dyn_cast<ConstantSDNode>(N1Op2); in getNode() local7232 if (N1Op2C && N2C) { in getNode()7233 if (N1Op2C->getZExtValue() == N2C->getZExtValue()) { in getNode()