Home
last modified time | relevance | path

Searched refs:AccumulatedConstant (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp1851 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
1862 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() local
2108 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
2120 if (AccumulatedConstant != 0) in getAddExpr()
2121 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()