Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp1563 const SCEVAddExpr *WholeAddExpr) { in extractConstantWithoutWrapping() argument
1568 for (unsigned I = 1, E = WholeAddExpr->getNumOperands(); I < E && TZ; ++I) in extractConstantWithoutWrapping()
1569 TZ = std::min(TZ, SE.GetMinTrailingZeros(WholeAddExpr->getOperand(I))); in extractConstantWithoutWrapping()