Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1372 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
1383 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()
1385 AccumulatedConstant += Scale * C->getValue()->getValue(); in CollectAddOperandsWithScales()
1399 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()
1611 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local
1612 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
1624 if (AccumulatedConstant != 0) in getAddExpr()
1625 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()
/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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2232 APInt &AccumulatedConstant, in CollectAddOperandsWithScales() argument
2243 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero()) in CollectAddOperandsWithScales()
2245 AccumulatedConstant += Scale * C->getAPInt(); in CollectAddOperandsWithScales()
2259 CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in CollectAddOperandsWithScales()
2537 APInt AccumulatedConstant(BitWidth, 0); in getAddExpr() local
2538 if (CollectAddOperandsWithScales(M, NewOps, AccumulatedConstant, in getAddExpr()
2555 if (AccumulatedConstant != 0) in getAddExpr()
2556 Ops.push_back(getConstant(AccumulatedConstant)); in getAddExpr()