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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7692 ConstantSDNode *SubC = NULL; local
7696 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0));
7700 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0));
7703 if (SubC && SubC->isNullValue() && XType.isInteger()) {

Completed in 51 milliseconds