Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.h88 static Constant<T> DoReduction(const Constant<ARRAY> &array, in DoReduction() function
145 return Expr<T>{DoReduction<T>(*array, dim, identity, accumulator)}; in FoldMaxvalMinval()
178 return Expr<T>{DoReduction<T>(*array, dim, identity, accumulator)}; in FoldProduct()
217 return Expr<T>{DoReduction<T>(*array, dim, identity, accumulator)}; in FoldSum()
H A Dfold-logical.cpp39 return Expr<T>{DoReduction<T>(*array, dim, identity, accumulator)}; in FoldAllAny()
H A Dfold-integer.cpp254 return Expr<T>{DoReduction<T>(*mask, dim, Scalar<T>{}, accumulator)}; in FoldCount()
482 return Expr<T>{DoReduction<T>(*array, dim, identity, accumulator)}; in FoldBitReduction()