Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h114 bool takeLboundsIfRealloc,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp838 bool takeLboundsIfRealloc, in finalizeRealloc() argument
844 if (!takeLboundsIfRealloc && box.hasRank()) in finalizeRealloc()
847 takeLboundsIfRealloc ? lbounds : mlir::ValueRange{previousLbounds}; in finalizeRealloc()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp3746 const bool takeLboundsIfRealloc = rhs.Rank() > 0; in lowerAllocatableArrayAssignment() local
3752 if (takeLboundsIfRealloc && in lowerAllocatableArrayAssignment()
3771 takeLboundsIfRealloc, realloc); in lowerAllocatableArrayAssignment()