Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h157 inline bool sequenceWithNonConstantShape(fir::SequenceType seqTy) { in sequenceWithNonConstantShape() function
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp224 if (sequenceWithNonConstantShape(arr)) in hasDynamicSize()
238 if (sequenceWithNonConstantShape(arr)) in hasDynamicSize()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2374 if (fir::sequenceWithNonConstantShape(arrTy)) in arraysHaveKnownShape()