Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DSymbolMap.h135 bool hasConstantShape() const { in hasConstantShape() function
138 return arrTy.hasConstantShape(); in hasConstantShape()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h306 bool hasConstantShape() const { return getConstantRows() == getDimension(); } in hasConstantShape() function