Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp701 auto leftDim{ToInt64(left[j])}; in CheckConformance() local
703 if (!leftDim || !rightDim) { in CheckConformance()
706 if (*leftDim != *rightDim) { in CheckConformance()
709 j + 1, leftIs, *leftDim, rightIs, *rightDim); in CheckConformance()