Searched defs:dstVecType (Results 1 – 5 of 5) sorted by relevance
267 auto dstVecType = cast<VectorType>(contractOp.getResultType()); in matchAndRewrite() local 434 auto dstVecType = cast<VectorType>(op->getResult(0).getType()); in matchAndRewrite() local
1106 auto dstVecType = dyn_cast<VectorType>(conversionOp.getType()); matchAndRewrite() local 1158 auto dstVecType = dyn_cast<VectorType>(truncOp.getType()); matchAndRewrite() local
507 auto dstVecType = cast<VectorType>(dstType); matchAndRewrite() local
532 if (auto dstVecType = dyn_cast<VectorType>(reductionOp.getDestType())) { matchAndRewrite() local 3740 auto dstVecType = llvm::cast<VectorType>(op.getType()); matchAndRewrite() local
555 auto dstVecType = dyn_cast<VectorType>(dstType); broadcastIfNeeded() local