Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp624 mlir::Value aggregateStore) { in insertAggregateStore() argument
627 storeMap[key] = aggregateStore; in insertAggregateStore()
756 mlir::Value aggregateStore = builder.createConvert(loc, refTy, addr); in instantiateAggregateStore() local
757 insertAggregateStore(storeMap, var, aggregateStore); in instantiateAggregateStore()