Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp261 enum class WhichLocation { Findloc, Maxloc, Minloc }; enum
262 template <WhichLocation WHICH> class LocationHelper {
282 if constexpr (WHICH == WhichLocation::Findloc) { in Test()
308 : WHICH == WhichLocation::Maxloc in Test()
341 if constexpr (WHICH == WhichLocation::Maxloc || in Test()
342 WHICH == WhichLocation::Minloc) { in Test()
416 if constexpr (WHICH == WhichLocation::Maxloc || in IsHit()
417 WHICH == WhichLocation::Minloc) { in IsHit()
434 template <WhichLocation which>
439 if constexpr (which == WhichLocation::Findloc) { in FoldLocationCall()
[all …]