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