Lines Matching refs:getLBounds
382 return genShape(loc, arr.getLBounds(), arr.getExtents()); in genShape()
391 if (!box.getLBounds().empty()) { in createShape()
393 fir::ShiftType::get(getContext(), box.getLBounds().size()); in createShape()
394 return create<fir::ShiftOp>(loc, shiftType, box.getLBounds()); in createShape()
438 return fullShape(box.getLBounds(), box.getExtents()); in createSlice()
441 return fullShape(box.getLBounds(), box.getExtents()); in createSlice()
445 return fullShape(box.getLBounds(), extents); in createSlice()
611 return x.getLBounds().empty() ? mlir::Value{} : x.getLBounds()[dim]; in readLowerBound()
614 return x.getLBounds().empty() ? mlir::Value{} : x.getLBounds()[dim]; in readLowerBound()
617 return x.getLBounds().empty() ? mlir::Value{} : x.getLBounds()[dim]; in readLowerBound()
685 box.getLBounds()); in readBoxValue()
692 box.getLBounds()); in readBoxValue()
701 return {array.getLBounds().begin(), array.getLBounds().end()}; in getNonDefaultLowerBounds()
705 return {array.getLBounds().begin(), array.getLBounds().end()}; in getNonDefaultLowerBounds()
708 return {box.getLBounds().begin(), box.getLBounds().end()}; in getNonDefaultLowerBounds()