Home
last modified time | relevance | path

Searched defs:takeLboundsIfRealloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp915 finalizeRealloc(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,mlir::ValueRange lbounds,bool takeLboundsIfRealloc,const MutableBoxReallocation & realloc) finalizeRealloc() argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp3430 const bool takeLboundsIfRealloc = rhs.Rank() > 0; lowerAllocatableArrayAssignment() local