Lines Matching refs:initVal
448 fir::ExtendedValue initVal = genInitializerExprValue( in defineGlobal() local
451 builder.createConvert(loc, symTy, fir::getBase(initVal)); in defineGlobal()
459 mlir::Value initVal = in defineGlobal() local
461 mlir::Value castTo = builder.createConvert(loc, symTy, initVal); in defineGlobal()
689 mlir::Value initVal = fir::getBase(genInitializerExprValue( in defineGlobalAggregateStore() local
691 builder.create<fir::HasValueOp>(loc, initVal); in defineGlobalAggregateStore()
700 mlir::Value initVal = builder.create<fir::UndefOp>(loc, aggTy); in defineGlobalAggregateStore() local
701 builder.create<fir::HasValueOp>(loc, initVal); in defineGlobalAggregateStore()
998 fir::ExtendedValue initVal = in finalizeCommonBlockDefinition() local
1005 loc, commonTy.getType(tupIdx), fir::getBase(initVal)); in finalizeCommonBlockDefinition()
1214 recoverShapeVector(llvm::ArrayRef<std::int64_t> shapeVec, mlir::Value initVal) { in recoverShapeVector() argument
1216 if (initVal) { in recoverShapeVector()
1217 if (auto seqTy = fir::unwrapUntilSeqType(initVal.getType())) { in recoverShapeVector()