Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp688 llvm::SmallVector<mlir::Value> safeExtents; in genInlinedAllocation() local
690 safeExtents.push_back(fir::factory::genMaxWithZero(builder, loc, extent)); in genInlinedAllocation()
692 lengths, safeExtents); in genInlinedAllocation()
694 heap, lbounds, safeExtents, lengths); in genInlinedAllocation()