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