Lines Matching defs:resultShape
188 mlir::Value resultShape;
203 !partInfo.resultShape)
204 partInfo.resultShape =
269 partInfo.substring, partInfo.complexPart, partInfo.resultShape,
588 assert(!partInfo.resultShape &&
590 partInfo.resultShape = builder.genShape(loc, resultExtents);
597 assert(!partInfo.resultShape && "should not have been computed already");
598 partInfo.resultShape = hlfir::genShape(loc, builder, *partInfo.base);
615 return partInfo.resultShape &&
617 partInfo.resultShape.getType());
644 partInfo.resultShape = hlfir::genShape(loc, getBuilder(), *partInfo.base);
670 partInfo.resultShape = builder.genShape(loc, resultExtents);
676 partInfo.resultShape = partInfo.componentShape;
683 // partInfo.resultShape yet. The result shape will be computed after