HomeSort by: relevance | last modified time | path
    Searched defs:hasHugeExpression (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 897 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) {
2358 if (Depth > MaxArithDepth || hasHugeExpression(Ops))
2879 if (Depth > MaxArithDepth || hasHugeExpression(Ops))
3036 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec}))
ScalarEvolution.cpp 897 static bool hasHugeExpression(ArrayRef<const SCEV *> Ops) {
2358 if (Depth > MaxArithDepth || hasHugeExpression(Ops))
2879 if (Depth > MaxArithDepth || hasHugeExpression(Ops))
3036 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec}))

Completed in 63 milliseconds