Searched refs:combinedConst (Results 1 – 1 of 1) sorted by relevance
2946 int64_t combinedConst = CN0->getSExtValue() + CN1->getSExtValue(); in PerformDAGCombine() local2947 SDValue combinedValue = DAG.getConstant(combinedConst, Op0VT); in PerformDAGCombine()2955 << combinedConst << ")\n"; in PerformDAGCombine()