Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dformatting.cpp233 template <typename T> static bool IsNegatedScalarConstant(const Expr<T> &expr) { in IsNegatedScalarConstant() function
244 static bool IsNegatedScalarConstant(const Expr<SomeKind<CAT>> &expr) { in IsNegatedScalarConstant() function
246 [](const auto &x) { return IsNegatedScalarConstant(x); }, expr.u); in IsNegatedScalarConstant()