Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp855 if (auto maskShape{(*this)(call.arguments().at(1))}) { in operator ()() local
856 if (maskShape->size() == 0) { in operator ()()