Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp1904 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
1915 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()
1917 AccumulatedConstant += Scale * C->getAPInt(); in CollectAddOperandsWithScales()
1931 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()
2172 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local
2173 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
2190 if (AccumulatedConstant != 0) in getAddExpr()
2191 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2277 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
2288 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()
2290 AccumulatedConstant += Scale * C->getAPInt(); in CollectAddOperandsWithScales()
2304 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()
2582 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local
2583 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
2600 if (AccumulatedConstant != 0) in getAddExpr()
2601 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2141 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
2152 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()
2154 AccumulatedConstant += Scale * C->getAPInt(); in CollectAddOperandsWithScales()
2168 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()
2457 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local
2458 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
2475 if (AccumulatedConstant != 0) in getAddExpr()
2476 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()