Searched refs:dstVectorType (Results 1 – 2 of 2) sorted by relevance
58 isBroadcastableTo(Type srcType, VectorType dstVectorType,
1685 mlir::vector::isBroadcastableTo(Type srcType, VectorType dstVectorType, in isBroadcastableTo() argument1688 if (srcType.isIntOrIndexOrFloat() && dstVectorType && in isBroadcastableTo()1689 getElementTypeOrSelf(srcType) == getElementTypeOrSelf(dstVectorType)) in isBroadcastableTo()1697 int64_t dstRank = dstVectorType.getRank(); in isBroadcastableTo()1705 int64_t dstDim = dstVectorType.getDimSize(lead + r); in isBroadcastableTo()1920 auto dstVectorType = getDestVectorType(); in verify() local1921 if (dstVectorType.getRank() == 0) { in verify()1926 if (dstVectorType.getRank() != 1) in verify()