Searched defs:N1Op2C (Results 1 - 2 of 2) sorted by relevance

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

Completed in 82 milliseconds