Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp202 MaxArithDepth("scalar-evolution-max-arith-depth", cl::Hidden, variable
2358 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
2879 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()