Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp850 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) { in hasHugeExpression() function
2560 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
3158 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()
3336 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()