Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dreduction-templates.h141 const auto &xDim{x.GetDimension(zeroBasedDim)}; in ReduceDimMaskToScalar()
142 SubscriptValue xPos{xDim.LowerBound()}; in ReduceDimMaskToScalar()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp46 for (const auto &xDim : x) { in ShapesAreCompatible() local
48 if (xDim) { in ShapesAreCompatible()
49 if (!yDim || ToInt64(*xDim) != ToInt64(*yDim)) { in ShapesAreCompatible()