Lines Matching defs:symValue
719 mlir::Value symValue = converter.getSymbolAddress(sym);
720 mlir::Operation *op = symValue.getDefiningOp();
724 symValue = mlir::dyn_cast<mlir::omp::ThreadprivateOp>(op).getSymAddr();
726 currentLocation, symValue.getType(), symValue);
3594 mlir::Value symValue = firOpBuilder.create<fir::AddrOfOp>(
3597 currentLocation, symValue.getType(), symValue);
3599 mlir::Value symValue = converter.getSymbolAddress(sym);
3605 if (auto declOp = symValue.getDefiningOp<hlfir::DeclareOp>())
3608 op = symValue.getDefiningOp();
3613 currentLocation, symValue.getType(), symValue);