Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-real.cpp75 return RewriteSpecificMINorMAX(context, std::move(funcRef)); in FoldIntrinsicFunction()
H A Dfold-integer.cpp841 return RewriteSpecificMINorMAX(context, std::move(funcRef)); in FoldIntrinsicFunction()
864 return RewriteSpecificMINorMAX(context, std::move(funcRef)); in FoldIntrinsicFunction()
H A Dfold-implementation.h1061 Expr<T> RewriteSpecificMINorMAX( in RewriteSpecificMINorMAX() function