Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp117 std::pair<mlir::Value, mlir::Value> readShape(unsigned dim) { in readShape() function in __anone969b6080111::MutablePropertyReader
148 readShape(llvm::SmallVectorImpl<mlir::Value> *lbounds = nullptr) { in readShape() function in __anone969b6080111::MutablePropertyReader
152 auto [lb, extent] = readShape(dim); in readShape()
164 extents = readShape(&lbounds); in read()
182 lbounds.push_back(std::get<0>(readShape(dim))); in getLowerBounds()
728 extents = reader.readShape(); in genReallocIfNeeded()
762 llvm::SmallVector<mlir::Value> previousExtents = reader.readShape(); in genReallocIfNeeded()
845 reader.readShape(&previousLbounds); in finalizeRealloc()