Lines Matching defs:mutableProperties
130 const auto &mutableProperties = box.getMutableProperties();
131 auto lb = builder.create<fir::LoadOp>(loc, mutableProperties.lbounds[dim]);
132 auto ext = builder.create<fir::LoadOp>(loc, mutableProperties.extents[dim]);
296 const auto &mutableProperties = box.getMutableProperties();
297 castAndStore(addr, mutableProperties.addr);
299 llvm::zip(extents, mutableProperties.extents))
301 if (!mutableProperties.lbounds.empty()) {
305 for (auto lboundVar : mutableProperties.lbounds)
309 llvm::zip(lbounds, mutableProperties.lbounds))
318 llvm::zip(lengths, mutableProperties.deferredParams))
399 /*mutableProperties=*/{});