Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-logical.cpp61 bool gotConstant{true}; in FoldIntrinsicFunction() local
64 gotConstant = false; in FoldIntrinsicFunction()
68 gotConstant = false; in FoldIntrinsicFunction()
71 return gotConstant ? Expr<T>{false} : Expr<T>{std::move(funcRef)}; in FoldIntrinsicFunction()