Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp47 const auto &yDim{*yIter++}; in ShapesAreCompatible() local
49 if (!yDim || ToInt64(*xDim) != ToInt64(*yDim)) { in ShapesAreCompatible()
52 } else if (yDim) { in ShapesAreCompatible()