Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp294 for (auto lboundVar : mutableProperties.lbounds) in updateMutableProperties() local
295 castAndStore(one, lboundVar); in updateMutableProperties()
297 for (auto [lbound, lboundVar] : in updateMutableProperties()
299 castAndStore(lbound, lboundVar); in updateMutableProperties()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp627 mlir::Value lboundVar = in createMutableProperties() local
633 mutableProperties.lbounds.emplace_back(lboundVar); in createMutableProperties()