Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp887 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) { in hasHugeExpression() function
2322 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
2845 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()
3002 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp882 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) { in hasHugeExpression() function
2455 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
2934 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()