Home
last modified time | relevance | path

Searched refs:N1C1 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1906 ConstantSDNode *N1C1 = N1.getOpcode() != ISD::ADD ? nullptr : in visitSUB() local
1908 if (N1.getOpcode() == ISD::ADD && N0C && N1C1) { in visitSUB()
1910 SDValue NewC = DAG.getConstant(N0C->getAPIntValue() - N1C1->getAPIntValue(), in visitSUB()