Searched refs:hasHugeExpression (Results 1 – 2 of 2) sorted by relevance
887 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) { in hasHugeExpression() function2322 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()2845 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()3002 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()
882 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) { in hasHugeExpression() function2455 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()2934 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()