Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1614 const SCEVAddExpr *WholeAddExpr) { in extractConstantWithoutWrapping() argument
1619 for (unsigned I = 1, E = WholeAddExpr->getNumOperands(); I < E && TZ; ++I) in extractConstantWithoutWrapping()
1620 TZ = std::min(TZ, SE.GetMinTrailingZeros(WholeAddExpr->getOperand(I))); in extractConstantWithoutWrapping()