Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h284 LeftScalarExpandable = 1, enumerator
288 EitherScalarExpandable = LeftScalarExpandable | RightScalarExpandable,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp996 if (n == 0 && (flags & CheckConformanceFlags::LeftScalarExpandable)) { in CheckConformance()