Searched refs:AccumulatedConstant (Results 1 – 1 of 1) sorted by relevance
1851 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument1862 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()1864 AccumulatedConstant += Scale * C->getValue()->getValue(); in CollectAddOperandsWithScales()1878 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()2107 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local2108 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()2120 if (AccumulatedConstant != 0) in getAddExpr()2121 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()