Lines Matching defs:elementValue
809 hlfir::Entity elementValue(yield.getElementValue());
814 if (auto asExpr = elementValue.getDefiningOp<hlfir::AsExprOp>()) {
819 elementValue = hlfir::Entity{asExpr.getVar()};
833 auto asExpr = elementValue.getDefiningOp<hlfir::AsExprOp>();
834 auto elemType = hlfir::getFortranElementType(elementValue.getType());
837 wasCreatedInCurrentBlock(elementValue, builder)) {
841 builder.create<hlfir::AssignOp>(loc, elementValue, tempElement,
853 if (mlir::isa<hlfir::ExprType>(elementValue.getType()) &&
854 wasCreatedInCurrentBlock(elementValue, builder))
855 builder.create<hlfir::DestroyOp>(loc, elementValue);