Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2239 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
2249 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() local
2753 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
2769 if (AccumulatedConstant != 0) in getAddExpr()
2770 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()