Searched refs:castDstType (Results 1 – 1 of 1) sorted by relevance
2262 VectorType castDstType = castOp.getResultVectorType(); in matchAndRewrite() local2263 assert(castSrcType.getRank() == castDstType.getRank()); in matchAndRewrite()2273 if (castSrcType.getNumElements() > castDstType.getNumElements()) in matchAndRewrite()2332 VectorType castDstType = castOp.getResultVectorType(); in matchAndRewrite() local2333 assert(castSrcType.getRank() == castDstType.getRank()); in matchAndRewrite()2336 int64_t castDstLastDim = castDstType.getShape().back(); in matchAndRewrite()2407 VectorType castDstType = bitcastOp.getResultVectorType(); in matchAndRewrite() local2408 assert(castSrcType.getRank() == castDstType.getRank()); in matchAndRewrite()2411 int64_t castDstLastDim = castDstType.getShape().back(); in matchAndRewrite()2447 VectorType::get(srcDims, castDstType.getElementType()); in matchAndRewrite()[all …]