Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp280 auto castAndStore = [&](mlir::Value val, mlir::Value addr) { in updateMutableProperties() local
286 castAndStore(addr, mutableProperties.addr); in updateMutableProperties()
289 castAndStore(extent, extentVar); in updateMutableProperties()
295 castAndStore(one, lboundVar); in updateMutableProperties()
299 castAndStore(lbound, lboundVar); in updateMutableProperties()
308 castAndStore(len, lenVar); in updateMutableProperties()