Home
last modified time | relevance | path

Searched refs:N3C (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1012 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3))) in Select() local
1013 if (N1C->isNullValue() && N3C->isNullValue() && in Select()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7432 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); in SimplifySelectCC() local
7519 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT && in SimplifySelectCC()
7593 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() && in SimplifySelectCC()
7636 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) { in SimplifySelectCC()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2778 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3))) in Select() local
2779 if (N1C->isNullValue() && N3C->isNullValue() && in Select()