Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp200 MaxArithDepth("scalar-evolution-max-arith-depth", cl::Hidden, variable
2504 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
3104 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()