Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp647 mlir::Value lenVar = in createMutableProperties() local
651 mutableProperties.deferredParams.emplace_back(lenVar); in createMutableProperties()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp306 for (auto [len, lenVar] : in updateMutableProperties()
308 castAndStore(len, lenVar); in updateMutableProperties()