Home
last modified time | relevance | path

Searched defs:Extremum (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h318 template <typename A> struct Extremum : public Operation<Extremum<A>, A, A, A> { struct
321 using Base = Operation<Extremum, A, A, A>; argument
323 Extremum(Ordering ord, const Expr<Operand> &x, const Expr<Operand> &y) in Extremum() function
325 Extremum(Ordering ord, Expr<Operand> &&x, Expr<Operand> &&y) in Extremum() argument
/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp48 enum class Extremum { Min, Max }; enum