Searched refs:N1Op2C (Results 1 – 2 of 2) sorted by relevance
2893 ConstantSDNode *N1Op2C = dyn_cast<ConstantSDNode>(N1Op2.getNode()); in getNode() local2895 if (N1Op2C && N2C) { in getNode()2896 if (N1Op2C->getZExtValue() == N2C->getZExtValue()) { in getNode()
3719 ConstantSDNode *N1Op2C = dyn_cast<ConstantSDNode>(N1Op2); in getNode() local3721 if (N1Op2C && N2C) { in getNode()3722 if (N1Op2C->getZExtValue() == N2C->getZExtValue()) { in getNode()