Searched refs:recoverShapeVector (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertVariable.cpp | 1214 recoverShapeVector(llvm::ArrayRef<std::int64_t> shapeVec, mlir::Value initVal) { in recoverShapeVector() function 1547 for (int64_t i : recoverShapeVector(x.shapes, preAlloc)) in mapSymbolAttributes() 1559 llvm::zip(x.lbounds, recoverShapeVector(x.shapes, preAlloc))) { in mapSymbolAttributes() 1648 for (int64_t i : recoverShapeVector(x.shapes, preAlloc)) in mapSymbolAttributes() 1661 llvm::zip(x.lbounds, recoverShapeVector(x.shapes, preAlloc))) { in mapSymbolAttributes() 1715 for (int64_t i : recoverShapeVector(x.shapes, preAlloc)) in mapSymbolAttributes() 1734 llvm::zip(x.lbounds, recoverShapeVector(x.shapes, preAlloc))) { in mapSymbolAttributes()
|