Lines Matching refs:getContainer
1407 p << ' ' << getContainer() << getPosition(); in print()
1409 p << " : " << getContainer().getType(); in print()
1530 auto insertValueOp = getContainer().getDefiningOp<InsertValueOp>(); in fold()
1554 getContainerMutable().assign(insertValueOp.getContainer()); in fold()
1556 insertValueOp = insertValueOp.getContainer().getDefiningOp<InsertValueOp>(); in fold()
1562 Type valueType = getInsertExtractValueElementType(getContainer().getType(), in verify()
1569 << getContainer().getType() << " should produce " in verify()
1631 p << ' ' << getValue() << ", " << getContainer() << getPosition(); in print()
1633 p << " : " << getContainer().getType(); in print()
1668 Type valueType = getInsertExtractValueElementType(getContainer().getType(), in verify()
1676 << getContainer().getType(); in verify()