Searched refs:N3C (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1215 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3)))
1216 if (N1C->isNullValue() && N3C->isNullValue() &&
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9720 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); local
9807 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT &&
9879 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
9926 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {

Completed in 206 milliseconds