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