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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11116 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); local
11205 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT &&
11277 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() &&
11325 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) {

Completed in 115 milliseconds