Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp287 mlir::Value componentValue; in genDefaultInitializerValue() local
297 componentValue = in genDefaultInitializerValue()
301 componentValue = fir::getBase( in genDefaultInitializerValue()
309 componentValue = fir::factory::createUnallocatedBox( in genDefaultInitializerValue()
313 componentValue = genDefaultInitializerValue(converter, loc, component, in genDefaultInitializerValue()
317 componentValue = builder.create<fir::UndefOp>(loc, componentTy); in genDefaultInitializerValue()
325 componentValue = builder.create<fir::UndefOp>(loc, componentTy); in genDefaultInitializerValue()
327 assert(componentValue && "must have been computed"); in genDefaultInitializerValue()
328 componentValue = builder.createConvert(loc, componentTy, componentValue); in genDefaultInitializerValue()
334 loc, recTy, initialValue, componentValue, in genDefaultInitializerValue()