Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp1387 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
1398 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() local
1627 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
1639 if (AccumulatedConstant != 0) in getAddExpr()
1640 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()