Lines Matching defs:componentShape
185 mlir::Value componentShape;
268 partInfo.componentName, partInfo.componentShape, partInfo.subscripts,
504 partInfo.componentShape &&
506 bounds = hlfir::genBounds(loc, builder, partInfo.componentShape);
645 assert(!partInfo.componentShape &&
650 if (partInfo.complexPart && partInfo.componentShape) {
660 auto bounds = hlfir::genBounds(loc, builder, partInfo.componentShape);
676 partInfo.resultShape = partInfo.componentShape;
677 partInfo.componentShape = {};
682 // partInfo.componentShape and partInfo.typeParams, but does not set the
716 partInfo.componentShape = genComponentShape(componentSym, fieldBaseType);