Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp199 MaxArithDepth("scalar-evolution-max-arith-depth", cl::Hidden, variable
2585 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
3183 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()