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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1010 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3)))
1011 if (N1C->isNullValue() && N3C->isNullValue() &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8207 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); local
8294 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT &&
8366 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
8409 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {

Completed in 68 milliseconds