Home
last modified time | relevance | path

Searched refs:N1Op2C (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2893 ConstantSDNode *N1Op2C = dyn_cast<ConstantSDNode>(N1Op2.getNode()); in getNode() local
2895 if (N1Op2C && N2C) { in getNode()
2896 if (N1Op2C->getZExtValue() == N2C->getZExtValue()) { in getNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3719 ConstantSDNode *N1Op2C = dyn_cast<ConstantSDNode>(N1Op2); in getNode() local
3721 if (N1Op2C && N2C) { in getNode()
3722 if (N1Op2C->getZExtValue() == N2C->getZExtValue()) { in getNode()