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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1626 ConstantSDNode *N1C1 = N1.getOpcode() != ISD::ADD ? 0 : local
1664 if (N1.getOpcode() == ISD::ADD && N0C && N1C1) {
1665 SDValue NewC = DAG.getConstant(N0C->getAPIntValue() - N1C1->getAPIntValue(),

Completed in 193 milliseconds