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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1068 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3)))
1069 if (N1C->isNullValue() && N3C->isNullValue() &&
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9071 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); local
9158 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT &&
9230 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
9273 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {

Completed in 228 milliseconds