Lines Matching defs:exv
454 fir::ExtendedValue exv =
458 partInfo.base = hlfir::genDeclare(loc, builder, exv, ".stringlit", flags);
459 partInfo.typeParams.push_back(fir::getLen(exv));
1558 fir::ExtendedValue exv = Fortran::lower::convertConstant(
1560 if (const auto *scalarBox = exv.getUnboxed())
1563 if (auto addressOf = fir::getBase(exv).getDefiningOp<fir::AddrOfOp>()) {
1567 loc, builder, exv,
2016 auto [exv, cleanup] = hlfir::convertToBox(loc, builder, entity, fortranType);
2019 return exv;
2037 auto [exv, cleanup] =
2041 return exv;
2058 auto [exv, cleanup] = hlfir::convertToValue(loc, builder, entity);
2061 return exv;
2092 fir::ExtendedValue exv = Fortran::lower::translateToExtendedValue(
2094 auto *mutableBox = exv.getBoxOf<fir::MutableBoxValue>();