Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-logical.cpp62 const Expr<SomeType> *firstArgExpr{args[0]->UnwrapExpr()}; in FoldIntrinsicFunction() local
63 if (!firstArgExpr || !IsNullPointer(*firstArgExpr)) { in FoldIntrinsicFunction()