Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp675 std::int64_t collapseVal{GetOrdCollapseLevel(x)}; in CheckDistLinear() local
677 if (collapseVal == 0) { in CheckDistLinear()
678 collapseVal = 1; in CheckDistLinear()
692 collapseVal--; in CheckDistLinear()
693 if (collapseVal == 0) { in CheckDistLinear()