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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1730 ConstantSDNode *N1C1 = N1.getOpcode() != ISD::ADD ? nullptr : local
1768 if (N1.getOpcode() == ISD::ADD && N0C && N1C1) {
1769 SDValue NewC = DAG.getConstant(N0C->getAPIntValue() - N1C1->getAPIntValue(),

Completed in 142 milliseconds