Searched refs:AccumulatedConstant (Results 1 – 1 of 1) sorted by relevance
1387 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument1398 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()1400 AccumulatedConstant += Scale * C->getValue()->getValue(); in CollectAddOperandsWithScales()1414 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()1626 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local1627 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()1639 if (AccumulatedConstant != 0) in getAddExpr()1640 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()