Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp1009 if (auto leftDim{ToInt64(left[j])}) { in CheckConformance() local
1011 if (*leftDim != *rightDim) { in CheckConformance()
1014 j + 1, leftIs, *leftDim, rightIs, *rightDim); in CheckConformance()