Searched refs:AccumulatedConstant (Results 1 – 1 of 1) sorted by relevance
2239 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument2249 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()2251 AccumulatedConstant += Scale * C->getAPInt(); in CollectAddOperandsWithScales()2265 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()2752 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local2753 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()2769 if (AccumulatedConstant != 0) in getAddExpr()2770 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()